vim multiple cursors
This commit is contained in:
parent
838c194a00
commit
08f9a4afa8
13
.vim/.vimrc
13
.vim/.vimrc
@ -143,3 +143,16 @@ let g:lightline = {
|
||||
colorscheme gruvbox
|
||||
set bg=dark
|
||||
|
||||
|
||||
let g:multi_cursor_use_default_mapping=0
|
||||
|
||||
" Default mapping
|
||||
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-n>'
|
||||
let g:multi_cursor_prev_key = '<C-p>'
|
||||
let g:multi_cursor_skip_key = '<C-x>'
|
||||
let g:multi_cursor_quit_key = '<Esc>'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user