This commit is contained in:
DeveloperDurp 2024-07-17 05:06:35 -05:00
parent 941e3031d7
commit 3f062ff27c
5 changed files with 12 additions and 3 deletions

View file

@ -10,7 +10,6 @@ set visualbell
set ignorecase
set smartcase
set notimeout
set clipboard+=unnamed
" 3rd party
set which-key
@ -44,6 +43,8 @@ noremap <Tab> :action NextTab<CR>
noremap <S-Tab> :action PreviousTab<CR>
" Pane Navigation
sethandler <c-j> a:vim
sethandler <c-k> a:vim
noremap <C-h> <C-w>h
noremap <C-l> <C-w>l
noremap <C-k> <C-w>k
@ -111,3 +112,6 @@ map <leader>mg <action>(GoToMenu)
map <leader>ms <action>(ScopeViewPopupMenu)
map <leader>mt <action>(EditorTabPopupMenu)
map <leader>mw <action>(ToolWindowsGroup)
" Unit Tests
map <leader>tr <action>(RunClass)