diff --git a/nvim/lib/editing.vim b/nvim/lib/editing.vim index 83d758c..bd85241 100644 --- a/nvim/lib/editing.vim +++ b/nvim/lib/editing.vim @@ -82,6 +82,11 @@ set foldmethod=marker " noremap cx "+d " }}} + " 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 + nnoremap Y y$ + " }}}