moved to keymaps

This commit is contained in:
andrzej 2024-05-23 13:21:08 +02:00
parent 812b6b7681
commit f22d2d849d
1 changed files with 0 additions and 2 deletions

View File

@ -48,5 +48,3 @@ 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>")