feat: key bindings updates

This commit is contained in:
2024-01-14 10:46:03 +02:00
parent 2d64c327c8
commit 8628c5d1d0

View File

@@ -160,7 +160,10 @@ config.keys = {
{ key = "c", mods = "OPT", action = act { SendString = 'ç', } },
-- Close all but current
{ key = "c", mods = "SHIFT|OPT", action = act { SendString = 'Ç', } },
-- Split pane horizontally - Opt+S
{ key = "s", mods = "OPT", action = act { SendString = "\x17s" } },
-- Split pane vertically - Opt+V
{ key = "v", mods = "OPT", action = act { SendString = "\x17v" } },
----------------------------------------------------------------------------------
--- term
----------------------------------------------------------------------------------