This commit is contained in:
DeveloperDurp 2025-02-28 17:59:44 -06:00
parent e1c96bc1d2
commit 317c7d208d
16 changed files with 699 additions and 255 deletions

View file

@ -71,10 +71,13 @@ map <leader>fl <action>(RecentLocations)
let g:WhichKeyDesc_WindowManagement = "<leader>% Window management"
let g:WhichKeyDesc_SplitVertically = "<leader>% Split vertically"
let g:WhichKeyDesc_SplitHorizontally = "<leader>\" Split horizontally"
let g:WhichKeyDesc_CloseContent = "<leader>x Close content"
map <leader>% <action>(SplitVertically)
map <leader>" <action>(SplitHorizontally)
map <leader>x <action>(CloseContent)
" Buffers
let g:WhichKeyDesc_Buffer = "<leader>b Buffers"
let g:WhichKeyDesc_BufferDelete = "<leader>x Buffer Delete"
map <leader>bx <action>(CloseContent)
" Popup Navigation
inoremap <C-j> <Action>(PopupMenu-selectNext)