Merge branch 'main' of github.com:esensar/dotfiles

pull/2/head
Ensar Sarajčić 2022-03-14 11:03:32 +01:00
commit b74ed31ade
1 changed files with 7 additions and 2 deletions

View File

@ -31,7 +31,11 @@ nnoremap <leader>dc :action ChooseDebugConfiguration<CR>
nnoremap <leader>ac :action ShowIntentionActions<CR>
command! Start action Run
command! A action GotoTest
if &ide =~? 'rider'
command! A action SwitchHeaderSource
else
command! A action GotoTest
endif
command! Scratch action NewScratchBuffer
command! Ex NERDTree
command! Gw action Git.Add
@ -42,4 +46,5 @@ command! Gpro action Github.Create.Pull.Request
command! Gblame action Annotate
command! TODO action ActivateTODOToolWindow
command! te action ActivateTerminalToolWindow
command! Sync action Android.SyncProject
command! Sync action Android.SyncProject
command! Reformat action ReformatCode