We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dc8370 commit b231729Copy full SHA for b231729
config/plugin/vim-visual-multi.vim
@@ -0,0 +1,6 @@
1
+if !has("gui_running") && !has("nvim")
2
+ nmap <Esc>[1;5A <C-Up>
3
+ nmap <Esc>[1;5B <C-Down>
4
+ nmap <Esc>[1;5C <C-Right>
5
+ nmap <Esc>[1;5D <C-Left>
6
+endif
0 commit comments