neovim

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

commit 0d0655f7254f13ec939e89911a82f3e012ce4c3a
parent 4a4e6a792a716e1ea277e0453eb0064ae15c0abd
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Fri, 18 Jul 2025 07:02:10 +0800

vim-patch:57300a2: runtime(doc): fix claim that 'CTRL-W CTRL-C' and 'CTRL-W c' are the same (#34976)

closes: vim/vim#17776

https://github.com/vim/vim/commit/57300a22dc8efeba79ce22aa9ab7dd5369ba9613

Co-authored-by: Emilien Breton <bricktech2000@gmail.com>
Diffstat:
Mruntime/doc/index.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt @@ -516,7 +516,7 @@ tag command action in op-pending and Visual mode ~ tag command action in Normal mode ~ ------------------------------------------------------------------------------ ~ |CTRL-W_CTRL-B| CTRL-W CTRL-B same as "CTRL-W b" -|CTRL-W_CTRL-C| CTRL-W CTRL-C same as "CTRL-W c" +|CTRL-W_CTRL-C| CTRL-W CTRL-C no-op |CTRL-W_CTRL-C| |CTRL-W_CTRL-D| CTRL-W CTRL-D same as "CTRL-W d" |CTRL-W_CTRL-F| CTRL-W CTRL-F same as "CTRL-W f" CTRL-W CTRL-G same as "CTRL-W g .."