Skip to content

Instantly share code, notes, and snippets.

@martin0258
Created September 16, 2012 07:08
Show Gist options
  • Save martin0258/3731383 to your computer and use it in GitHub Desktop.
Save martin0258/3731383 to your computer and use it in GitHub Desktop.
Setting used in visual studio add-in Vsvim (_vsvimrc)
set shiftwidth=2
set nu
set incsearch
set hlsearch
" Press Space to turn off highlighting and clear any message already displayed.
nnoremap <silent> <Space> :nohlsearch<Bar>:echo<CR>
nmap <C-O> :vsc View.NavigateBackward<CR>
nmap <C-I> :vsc View.NavigateForward<CR>
nmap <C-]> :vsc Edit.GoToDefinition<CR>
@martin0258
Copy link
Author

Too bad...cannot set language type if I give it a file name...

@martin0258
Copy link
Author

In the 1.3.1.3 version, Vsvim fixed the gt, gT issues on VS 2010, so we don't need the tab related key mapping anymore!

@martin0258
Copy link
Author

In the 1.3.1.3 version, Vsvim fixed the tab related key mapping, i.e., gt, gT, tabn.

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