This commit is contained in:
DeveloperDurp 2025-04-13 09:03:39 -05:00
parent 1186cc21b1
commit 7fe922bcee
6 changed files with 21 additions and 17 deletions

View file

@ -41,7 +41,8 @@ let g:NERDTreeMapJumpParent='h'
let mapleader=" "
" Manage Projects
noremap <C-Space>s :action ManageRecentProjects<CR>
noremap <C-Space>s :action TUILauncher.goland-new<CR>
" noremap <C-Space>s :action ManageRecentProjects<CR>
" Tab Navigation
noremap <S-l> :action NextTab<CR>