move to lazyvim

This commit is contained in:
DeveloperDurp 2024-07-29 05:04:34 -05:00
parent ecb347cc19
commit 9725324dbf
27 changed files with 592 additions and 338 deletions

View file

@ -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