Skip to content

Instantly share code, notes, and snippets.

@zilongshanren
Last active December 27, 2015 03:39
Show Gist options
  • Save zilongshanren/7261539 to your computer and use it in GitHub Desktop.
Save zilongshanren/7261539 to your computer and use it in GitHub Desktop.
vs 2010 vim config
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>
@zilongshanren
Copy link
Author

Delete ctrl-i shortcut when use these maps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment