Fixed multicursor mapping to Ctrl-m so that it actually works
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
let g:multi_cursor_use_default_mapping=0
|
||||
|
||||
" Switch to multicursor mode with Apple-*
|
||||
let g:multi_cursor_start_key='<D-*>'
|
||||
let g:multi_cursor_start_key='<C-m>'
|
||||
|
||||
" Ctrl-n, Ctrl-p, Ctrl-x, and <Esc> are mapped in the special multicursor
|
||||
" mode once you've added at least one virtual cursor to the buffer
|
||||
|
||||
Reference in New Issue
Block a user