From d129ba75632f846237b70bb254802ce08fa7c579 Mon Sep 17 00:00:00 2001 From: Dmytro Meleshko Date: Sat, 20 Mar 2021 23:14:48 +0200 Subject: [PATCH] [nvim] make the U mapping respect vim-repeat --- nvim/plugin/editing.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/plugin/editing.vim b/nvim/plugin/editing.vim index 3fb2af5..a05f20f 100644 --- a/nvim/plugin/editing.vim +++ b/nvim/plugin/editing.vim @@ -95,7 +95,7 @@ set commentstring=//%s " make the default Vim mappings more consistent " https://www.reddit.com/r/vim/comments/dgbr9l/mappings_i_would_change_for_more_consistent_vim/ - nnoremap U + nmap U nnoremap Y y$ " is treated as in terminals, so the original function of