super comma
This commit is contained in:
parent
f2432d6989
commit
0b796a146c
|
@ -41,7 +41,7 @@ vim.keymap.set({ "i", "n" }, "<M-->", "<cmd>b#<cr>", { desc = "Previous buffer."
|
||||||
|
|
||||||
--SUPER COMMA
|
--SUPER COMMA
|
||||||
-- go to next comma and press enter
|
-- go to next comma and press enter
|
||||||
vim.keymap.set("n", "<C-,>", "f,a<cr><esc>")
|
vim.keymap.set("n", "<M-,>", "f,a<cr><esc>")
|
||||||
-- add a comma at end of line and CR
|
-- add a comma at end of line and CR
|
||||||
vim.keymap.set("i", "<M-,>", "<esc>A,<cr>")
|
vim.keymap.set("i", "<M-,>", "<esc>A,<cr>")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue