diff options
Diffstat (limited to 'lua/user/keymaps.lua')
| -rw-r--r-- | lua/user/keymaps.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/user/keymaps.lua b/lua/user/keymaps.lua index 48aa005..bdf1b6a 100644 --- a/lua/user/keymaps.lua +++ b/lua/user/keymaps.lua @@ -41,6 +41,7 @@ keymap("n", "<C-Right>", ":vertical resize +2<CR>", opts) -- Navigate buffers keymap("n", "<S-l>", ":bnext<CR>", opts) keymap("n", "<S-h>", ":bprevious<CR>", opts) +keymap("n", "<S-x>", ":bdelete<CR>", opts) -- Insert -- -- Press jk fast to enter |
