mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] make the U mapping respect vim-repeat
This commit is contained in:
parent
42b4c58377
commit
d129ba7563
1 changed files with 1 additions and 1 deletions
|
@ -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 <C-r>
|
||||
nmap U <C-r>
|
||||
nnoremap Y y$
|
||||
|
||||
" <C-i> is treated as <tab> in terminals, so the original function of <C-i>
|
||||
|
|
Loading…
Reference in a new issue