From 54726e8bb9f7d33ad0a603d82b408cb571c2a7a3 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Mon, 16 Aug 2021 00:13:25 -0700 Subject: fix(defaults): do not map Y in visual-mode #15387 Y in visual-mode is unrelated to the normal-mode behavior. reverts part of #13268 --- runtime/doc/vim_diff.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime') diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index dcd08736e5..1b669a4873 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -75,7 +75,6 @@ the differences. Default Mappings: *default-mappings* nnoremap Y y$ - xnoremap Y y$ ============================================================================== 3. New Features *nvim-features* -- cgit