Last active
December 27, 2015 03:39
-
-
Save zilongshanren/7261539 to your computer and use it in GitHub Desktop.
vs 2010 vim config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nmap <C-O> :vsc View.NavigateBackward<CR> | |
nmap <C-I> :vsc View.NavigateForward<CR> | |
nmap <C-]> :vsc Edit.GoToDefinition<CR> | |
set incsearch | |
set hlsearch | |
set number | |
imap <c-n> <Down> | |
imap <c-p> <Up> | |
imap <c-f> <Right> | |
imap <c-b> <left> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Delete ctrl-i shortcut when use these maps