summaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2021-05-10 17:24:19 +0200
committerGitHub <noreply@github.com>2021-05-10 17:24:19 +0200
commite2514b411cf168aa970a558c66ee0cb937c0a30c (patch)
tree2dbf111fd1dcdc62d91c3c2eba0b38fa02b9ba39 /example
parent0abb165aec8823aea8220fe13fd3079b3a0edada (diff)
parentafcc990e696fbcfef61addc576b2e5485fe7e27f (diff)
Merge branch 'main' into dump-config-exit
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 578f4ebf9..cdddf1d35 100644
--- a/example/default.yaml
+++ b/example/default.yaml
@@ -16,9 +16,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',]