Update keybinds

This commit is contained in:
iFargle 2024-02-15 13:26:41 +09:00
parent 9b893b06c2
commit 44c60c6fdd

View file

@ -60,14 +60,15 @@
(nmap "<leader>wj" ":wincmd j<CR>" // desc "Move down") (nmap "<leader>wj" ":wincmd j<CR>" // desc "Move down")
(nmap "<leader>wk" ":wincmd k<CR>" // desc "Move up") (nmap "<leader>wk" ":wincmd k<CR>" // desc "Move up")
(nmap "<leader>wp" ":wincmd p<CR>" // desc "Move to [p]revious") (nmap "<leader>wp" ":wincmd p<CR>" // desc "Move to [p]revious")
(nmap "<leader>wp" ":wincmd n<CR>" // desc "Move to [n]ext") (nmap "<leader>wn" ":wincmd n<CR>" // desc "Move to [n]ext")
(nmap "<leader>wc" ":wincmd c<CR>" // desc "[C]lose active window") (nmap "<leader>wc" ":wincmd c<CR>" // desc "[C]lose active window")
(nmap "<leader>ww" ":wincmd w<CR>" // desc "Switch [w]indows") (nmap "<leader>ww" ":wincmd w<CR>" // desc "Switch [w]indows")
(nmap "<leader>wnh" ":wincmd n<CR>" // desc "[N]ew [H]orizontal window") (nmap "<leader>wNh" ":wincmd n<CR>" // desc "New [H]orizontal window")
(nmap "<leader>wnv" ":wincmd v<CR>" // desc "[N]ew [V]ertical window") (nmap "<leader>wNv" ":wincmd v<CR>" // desc "New [V]ertical window")
# Buffer Management # Buffer Management
(nmap "<leader>bn" ":bnext<CR>" // desc "Next buffer") (nmap "<leader>bn" ":bnext<CR>" // desc "Next buffer")
(nmap "<leader>bp" ":bNext<CR>" // desc "Previous buffer") (nmap "<leader>bp" ":bNext<CR>" // desc "Previous buffer")
(nmap "<leader>bc" ":bdelete<CR>" // desc "[c]lose buffer")
]; ];
options = { options = {