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