mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-05 20:56:33 +05:30
feat: change keybinding for neovim
This commit is contained in:
@ -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" }),
|
||||
|
||||
|
Reference in New Issue
Block a user