mirror of
1
0
Fork 0

commit c-n

This commit is contained in:
Glore Zeng 2017-09-26 14:50:19 +08:00
parent 02dbdd1df5
commit 3d338799d3
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ map <leader>f :MRU<CR>
let g:yankstack_yank_keys = ['y', 'd']
nmap <c-p> <Plug>yankstack_substitute_older_paste
nmap <c-n> <Plug>yankstack_substitute_newer_paste
"nmap <c-n> <Plug>yankstack_substitute_newer_paste
""""""""""""""""""""""""""""""
@ -89,7 +89,7 @@ map <leader>nf :NERDTreeFind<cr>
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => vim-multiple-cursors
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
let g:multi_cursor_next_key="\<C-s>"
let g:multi_cursor_next_key="\<C-n>"
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""