tweak super comma
This commit is contained in:
parent
e291f867b8
commit
716df7e9f7
|
@ -41,9 +41,9 @@ 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", "<M-,>", "f,a<cr><esc>")
|
vim.keymap.set("n", "<C-,>", "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><esc>")
|
vim.keymap.set("i", "<M-,>", "<esc>A,<cr>")
|
||||||
|
|
||||||
--TOGGLE TABSTOP
|
--TOGGLE TABSTOP
|
||||||
vim.keymap.set("n", "<M-t>", function()
|
vim.keymap.set("n", "<M-t>", function()
|
||||||
|
|
Loading…
Reference in New Issue