mirror of
https://github.com/neovim/neovim.git
synced 2026-01-03 09:56:25 +10:00
vim-patch:64799a5: runtime(doc): clarify the behavior of CTRL-Z
fixes: vim/vim#1897564799a5080Co-authored-by: Christian Brabandt <cb@256bit.org> (cherry picked from commit9b55f037d2)
This commit is contained in:
committed by
github-actions[bot]
parent
a93b5a7104
commit
d1cd79a4b6
@@ -694,7 +694,7 @@ CTRL-Z Suspend Nvim, like ":stop".
|
||||
Works in Normal and in Visual mode. In Insert and
|
||||
Command-line mode, the CTRL-Z is inserted as a normal
|
||||
character. In Visual mode Nvim goes back to Normal
|
||||
mode.
|
||||
mode before suspending.
|
||||
|
||||
:sus[pend][!] or *:sus* *:suspend* *:st* *:stop*
|
||||
:st[op][!] Suspend Nvim using OS "job control"; it will continue
|
||||
|
||||
Reference in New Issue
Block a user