move to lazyvim
This commit is contained in:
parent
ecb347cc19
commit
9725324dbf
27 changed files with 592 additions and 338 deletions
|
|
@ -34,14 +34,13 @@ let g:NERDTreeMapJumpParent='h'
|
|||
|
||||
let mapleader=' '
|
||||
|
||||
noremap <leader>lr :action ExtractMethod<CR>
|
||||
|
||||
" Manage Projects
|
||||
noremap <C-Space>s :action ManageRecentProjects<CR>
|
||||
|
||||
" Tab Navigation
|
||||
noremap <Tab> :action NextTab<CR>
|
||||
noremap <S-Tab> :action PreviousTab<CR>
|
||||
noremap <S-l> :action NextTab<CR>
|
||||
noremap <S-h> :action PreviousTab<CR>
|
||||
|
||||
" Pane Navigation
|
||||
sethandler <c-j> a:vim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue