Compare commits

..

2 commits

Author SHA1 Message Date
pull[bot]
f4a842d59e
Merge pull request #224 from dmitmel/master
[pull] master from dmitmel:master
2021-03-20 21:48:49 +00:00
Dmytro Meleshko
d129ba7563 [nvim] make the U mapping respect vim-repeat 2021-03-20 23:14:48 +02:00

View file

@ -95,7 +95,7 @@ set commentstring=//%s
" make the default Vim mappings more consistent " make the default Vim mappings more consistent
" https://www.reddit.com/r/vim/comments/dgbr9l/mappings_i_would_change_for_more_consistent_vim/ " 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$ nnoremap Y y$
" <C-i> is treated as <tab> in terminals, so the original function of <C-i> " <C-i> is treated as <tab> in terminals, so the original function of <C-i>