summaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2021-05-10 20:54:39 +0200
committera-kenji <aks.kenji@protonmail.com>2021-05-10 20:54:39 +0200
commit85a4e476f2011dc0491a15bcce3b0052ebb15adb (patch)
treeeb5d120250c5c3b0d74314a42129a857bf6b1afe /example
parentef69644f1b0b63e68e1363eddebcea70e50a5e2d (diff)
parentba4e23b163eb4a4858d9e5c2906f3caba443c994 (diff)
fixup! Merge branch 'main' of https://github.com/zellij-org/zellij into simple-font-ui
Diffstat (limited to 'example')
-rw-r--r--example/default.yaml4
-rw-r--r--example/tmux-overview.yaml4
2 files changed, 4 insertions, 4 deletions
diff --git a/example/default.yaml b/example/default.yaml
index a113c8eed..9b6c89045 100644
--- a/example/default.yaml
+++ b/example/default.yaml
@@ -17,9 +17,9 @@ keybinds:
key: [Ctrl: 'q',]
- action: [NewPane: ]
key: [ Alt: 'n',]
- - action: [MoveFocus: Left,]
+ - action: [MoveFocusOrTab: Left,]
key: [ Alt: 'h',]
- - action: [MoveFocus: Right,]
+ - action: [MoveFocusOrTab: Right,]
key: [ Alt: 'l',]
- action: [MoveFocus: Down,]
key: [ Alt: 'j',]
diff --git a/example/tmux-overview.yaml b/example/tmux-overview.yaml
index 887a84ad2..c40bdb771 100644
--- a/example/tmux-overview.yaml
+++ b/example/tmux-overview.yaml
@@ -17,9 +17,9 @@ keybinds:
key: [Ctrl: 'q',]
- action: [NewPane: ]
key: [ Alt: 'n',]
- - action: [MoveFocus: Left,]
+ - action: [MoveFocusOrTab: Left,]
key: [ Alt: 'h',]
- - action: [MoveFocus: Right,]
+ - action: [MoveFocusOrTab: Right,]
key: [ Alt: 'l',]
- action: [MoveFocus: Down,]
key: [ Alt: 'j',]