Created
September 16, 2012 07:08
-
-
Save martin0258/3731383 to your computer and use it in GitHub Desktop.
Setting used in visual studio add-in Vsvim (_vsvimrc)
This file contains 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
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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the 1.3.1.3 version, Vsvim fixed the tab related key mapping, i.e., gt, gT, tabn.