neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 9b55f037d25bcc48542427d17b5ff61ee9d5ee72
parent 03aef8fd2a9f1005e7d65e0779fb76d93c507f19
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Sun, 21 Dec 2025 06:53:59 +0800

vim-patch:64799a5: runtime(doc): clarify the behavior of CTRL-Z

fixes: vim/vim#18975

https://github.com/vim/vim/commit/64799a50808a0a9750e723086ca70c3e211bc07b

Co-authored-by: Christian Brabandt <cb@256bit.org>

Diffstat:
Mruntime/doc/starting.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt @@ -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