summaryrefslogtreecommitdiffstats
path: root/example/tmux-overview.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'example/tmux-overview.yaml')
-rw-r--r--example/tmux-overview.yaml4
1 files changed, 2 insertions, 2 deletions
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',]