feat: change keybinding for neovim

This commit is contained in:
2024-10-24 19:03:47 +05:30
parent d1eab8c713
commit cc62c8f82c

View File

@ -35,6 +35,7 @@ awful.keyboard.append_global_keybindings({
end, { description = "open floating terminal", group = "launcher" }),
awful.key({ modkey }, "v", function()
awful.key({ modkey }, "e", function()
awful.spawn(apps.editor_cmd)
end, { description = "open neovim", group = "launcher" }),