1 files changed,
2 insertions(+),
0 deletions(-)
Author:
Smirnov Olexander
ss2316544@gmail.com
Committed at:
2022-05-12 23:43:58 +0300
Parent:
d07228c
M
lua/core/keymaps.lua
@@ -9,6 +9,8 @@ --- buffers
map("n", "<S-h>", "<cmd>bp!<cr>") map("n", "<S-l>", "<cmd>bn!<cr>") map("n", "<leader>c", "<cmd>bdelete!<cr>") +map("n", "<leader>q", "<cmd>quit!<cr>") +map("n", "<leader>w", "<cmd>write!<cr>") -- select in pupup by C-j & C-k map("i", "<C-j>", 'pumvisible() ? "\\<down>" : "\\<C-j>"', true)