1
0
Fork 0
mirror of synced 2024-06-16 05:51:11 -04:00

commit c-n

This commit is contained in:
Glore Zeng 2017-09-26 14:50:19 +08:00
parent 02dbdd1df5
commit 3d338799d3

View file

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