mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] add mappings for improving consistency
This commit is contained in:
parent
882d2088f0
commit
fc5ed3fe78
1 changed files with 5 additions and 0 deletions
|
@ -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$
|
||||
|
||||
" }}}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue