Key bindings for buffer nav and m-Enter for code actions
This commit is contained in:
parent
1bb84ebd6d
commit
6e92e847a3
2 changed files with 4 additions and 0 deletions
3
init.lua
3
init.lua
|
@ -152,3 +152,6 @@ key("n", "Y", "y$")
|
|||
key("i", "<C-Space>", "<C-x><C-o>", { desc = "completion" })
|
||||
key("n", "<C-l>", "<cmd>noh<CR><cmd>redraw!<CR>", { desc = "clear search highlight" })
|
||||
key("v", "gs", "<cmd>'<,'>sort<CR>", { desc = "sort selection" })
|
||||
|
||||
key("n", "<M-b>", "<cmd>bnext<cr>", { desc = "next buffer" })
|
||||
key("n", "<M-S-b>", "<cmd>bprevious<cr>", { desc = "previous buffer" })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue