chore: add keybind for vim-visual-multi

This commit is contained in:
fiplox 2023-09-05 11:36:24 +02:00
parent e5d425f603
commit cbcb228f91
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ let g:VM_maps = {}
let g:VM_maps['i'] = 'l'
let g:VM_maps['I'] = 'L'
let g:VM_maps['Find Under'] = '<c-h>'
let g:VM_maps["Add Cursor At Pos"] = ',,'
let g:VM_maps['Find Subword Under'] = '<c-h>'
let g:VM_maps["Add Cursor Down"] = '<C-n>'
let g:VM_maps["Add Cursor Up"] = '<C-e>'