[nvim] add mappings for improving consistency

This commit is contained in:
Dmytro Meleshko 2019-10-11 15:45:40 +03:00
parent 882d2088f0
commit fc5ed3fe78

View file

@ -82,6 +82,11 @@ set foldmethod=marker
" noremap <leader>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 <C-r>
nnoremap Y y$
" }}}