update
This commit is contained in:
parent
941e3031d7
commit
3f062ff27c
5 changed files with 12 additions and 3 deletions
|
|
@ -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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue