summaryrefslogtreecommitdiff
path: root/vs/.vsvimrc
blob: 8461c6912b83ca7f725c38796a297a4f83296425 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
set relativenumber
set backspace=indent,eol,start
set hlsearch

map <Space>lr :vsc Refactor.Rename<CR>
map gi :vsc Edit.GoToImplementation<CR>
map gr :vsc Edit.FindAllReferences<CR>
map gc :vsc Edit.CommentSelection<CR>
map gu :vsc Edit.UncommentSelection<CR>
map <Space><Space> :vsc Window.QuickLaunch<CR>

map ,d :vsc Debug.Start<CR>
map ,s :vsc Debug.TerminateAll<CR>

map \b :vsc Debug.ToggleBreakpoint<CR>

map \j :vsc Debug.StepInto<CR>
map \k :vsc Debug.StepOut<CR>
map <C-\> :vsc Debug.StepOver<CR>

map \r :vsc Debug.Start<CR>

map <Space>y "+y
map <Space>d "+d
map <Space>p "+p