Fixed multicursor mapping to Ctrl-m so that it actually works

This commit is contained in:
Yan Pritzker
2013-12-15 17:10:54 -06:00
parent ad3b05c28f
commit 635047f710
2 changed files with 2 additions and 1 deletions

View File

@@ -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