1
0
mirror of https://github.com/amix/vimrc synced 2025-06-23 15:04:59 +08:00

Revert overriding CTRL-A (instead we use CTRL+S)

This commit is contained in:
amix
2013-04-16 10:27:16 -03:00
parent 349a9f5cda
commit a817e88e35
2 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ map <leader>nf :NERDTreeFind<cr>
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => vim-multiple-cursors
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
let g:multi_cursor_next_key="\<C-a>"
let g:multi_cursor_next_key="\<C-s>"
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""