This commit is contained in:
DeveloperDurp 2025-04-11 05:17:32 -05:00
parent ccba1d63d6
commit 189a4f2f46

View file

@ -1,3 +1,6 @@
Plug 'tpope/vim-surround'
Plug 'preservim/nerdtree'
set number relativenumber set number relativenumber
set ideajoin set ideajoin
set linenumber set linenumber
@ -27,7 +30,6 @@ let g:WhichKey_PrefixColor = "#f335b2"
let g:WhichKey_SortOrder = "by_key_prefix_first" let g:WhichKey_SortOrder = "by_key_prefix_first"
" NerdTree " NerdTree
Plug 'preservim/nerdtree'
nnoremap <C-n> :NERDTree<CR> nnoremap <C-n> :NERDTree<CR>
let g:NERDTreeWinSize=30 let g:NERDTreeWinSize=30
@ -216,12 +218,16 @@ let g:WhichKeyDesc_git_Tools_Terminal = "<leader>tt Terminal"
let g:WhichKeyDesc_tools_mergerequest = "<leader>tm Merge Request" let g:WhichKeyDesc_tools_mergerequest = "<leader>tm Merge Request"
let g:WhichKeyDesc_tools_services = "<leader>ts Services" let g:WhichKeyDesc_tools_services = "<leader>ts Services"
let g:WhichKeyDesc_tools_run = "<leader>tr Run" let g:WhichKeyDesc_tools_run = "<leader>tr Run"
let g:WhichKeyDesc_tools_k9s = "<leader>tk k9s"
let g:WhichKeyDesc_tools_yazi = "<leader>ty yazi"
map <leader>tc <Action>(continue.focusContinueInputWithoutClear) map <leader>tc <Action>(continue.focusContinueInputWithoutClear)
map <leader>td <Action>(ActivateDebugToolWindow) map <leader>td <Action>(ActivateDebugToolWindow)
map <leader>tt <Action>(ActivateTerminalToolWindow) map <leader>tt <Action>(ActivateTerminalToolWindow)
map <leader>tm <Action>(ActivateMergeRequestsToolWindow) map <leader>tm <Action>(ActivateMergeRequestsToolWindow)
map <leader>tr <Action>(ActivateRunToolWindow) map <leader>tr <Action>(ActivateRunToolWindow)
map <leader>ts <Action>(ActivateServicesToolWindow) map <leader>ts <Action>(ActivateServicesToolWindow)
map <leader>tk <Action>(TUILauncher.k9s)
map <leader>ty <Action>(TUILauncher.yazi)
" Easy visual indentation " Easy visual indentation
vnoremap < <gv vnoremap < <gv