update
This commit is contained in:
parent
ccba1d63d6
commit
189a4f2f46
1 changed files with 7 additions and 1 deletions
|
|
@ -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 <C-n> :NERDTree<CR>
|
||||
|
||||
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_services = "<leader>ts Services"
|
||||
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>td <Action>(ActivateDebugToolWindow)
|
||||
map <leader>tt <Action>(ActivateTerminalToolWindow)
|
||||
map <leader>tm <Action>(ActivateMergeRequestsToolWindow)
|
||||
map <leader>tr <Action>(ActivateRunToolWindow)
|
||||
map <leader>ts <Action>(ActivateServicesToolWindow)
|
||||
map <leader>tk <Action>(TUILauncher.k9s)
|
||||
map <leader>ty <Action>(TUILauncher.yazi)
|
||||
|
||||
" Easy visual indentation
|
||||
vnoremap < <gv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue