Skip to content

Commit

Permalink
Updated the config of vim-multiple-cursors
Browse files Browse the repository at this point in the history
  • Loading branch information
amix committed Jul 19, 2018
1 parent cc997dc commit 46f1a1b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion vimrcs/plugins_config.vim
Expand Up @@ -89,7 +89,17 @@ map <leader>nf :NERDTreeFind<cr>
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => vim-multiple-cursors
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
let g:multi_cursor_next_key="\<C-s>"
let g:multi_cursor_use_default_mapping=0

" Default mapping
let g:multi_cursor_start_word_key = '<C-s>'
let g:multi_cursor_select_all_word_key = '<A-s>'
let g:multi_cursor_start_key = 'g<C-s>'
let g:multi_cursor_select_all_key = 'g<A-s>'
let g:multi_cursor_next_key = '<C-s>'
let g:multi_cursor_prev_key = '<C-p>'
let g:multi_cursor_skip_key = '<C-x>'
let g:multi_cursor_quit_key = '<Esc>'


"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
Expand Down

0 comments on commit 46f1a1b

Please sign in to comment.