keymap for inserting linebreaks at comma
This commit is contained in:
parent
c0bca45e7e
commit
9697ff7225
|
@ -48,3 +48,5 @@ vim.api.nvim_create_autocmd({ "DirChanged", "VimEnter" }, {
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
-- go to next comma and press enter
|
||||||
|
vim.keymap.set("n", "<M-,>", "f,a<cr><esc>")
|
||||||
|
|
Loading…
Reference in New Issue