zterm support

This commit is contained in:
Zacharias-Brohn
2025-12-15 22:57:49 +01:00
parent 820c2c1207
commit 4e79b98122
6 changed files with 25 additions and 23 deletions
+6
View File
@@ -0,0 +1,6 @@
require("zterm-navigator").setup {
left = "<A-Left>",
right = "<A-Right>",
up = "<A-Up>",
down = "<A-Down>",
}