Skip to content

Commit b231729

Browse files
committed
map terminal keys for vim-visual-multi
1 parent 1dc8370 commit b231729

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config/plugin/vim-visual-multi.vim

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)