diff options
| author | Aleksa Vučković <aleksav013@gmail.com> | 2022-01-19 20:41:57 +0100 |
|---|---|---|
| committer | Aleksa Vučković <aleksav013@gmail.com> | 2022-01-19 20:41:57 +0100 |
| commit | 17d41ad8222f83fa0537cb70fbc823675b1389e2 (patch) | |
| tree | 37df44e9cd9a25c57b3260973eed9d02166b7029 /lua/user/keymaps.lua | |
| parent | e056fe78a29edbe377445c0fcb5854bec122dee8 (diff) | |
Autoinstall LSP servers
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 |
