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