mirror of
1
0
Fork 0

Modify multi cursor plugin setting

This commit is contained in:
jaegukhyun 2022-10-31 00:37:48 +09:00
parent f43c38c650
commit dee001d2f1
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ let g:multi_cursor_start_word_key = '<C-n>'
let g:multi_cursor_select_all_word_key = '<A-n>'
let g:multi_cursor_start_key = 'g<C-n>'
let g:multi_cursor_select_all_key = 'g<A-n>'
let g:multi_cursor_next_key = '<C-d>'
let g:multi_cursor_next_key = '<C-n>'
let g:multi_cursor_prev_key = '<C-p>'
let g:multi_cursor_skip_key = '<C-x>'
let g:multi_cursor_quit_key = '<Esc>'