You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
436 B
VimL
11 lines
436 B
VimL
let g:multi_cursor_use_default_mapping=0
|
|
|
|
let g:multi_cursor_start_word_key = '<C-m>'
|
|
let g:multi_cursor_select_all_word_key = '<C-l>'
|
|
let g:multi_cursor_start_key = 'g<C-m>'
|
|
let g:multi_cursor_select_all_key = 'g<C-l>'
|
|
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>'
|