This commit is contained in:
inorishio
2026-01-19 19:29:16 +01:00
parent f434feba89
commit 918d3654c5
3 changed files with 17 additions and 16 deletions
+11
View File
@@ -0,0 +1,11 @@
require("zterm-navigator").setup({
-- Default keybindings (set to false to disable)
left = "<A-Left>",
right = "<A-Right>",
up = "<A-Up>",
down = "<A-Down>",
-- statusline {
-- enabled = false
-- },
})