summaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2021-03-13 10:37:38 +0100
committera-kenji <aks.kenji@protonmail.com>2021-03-13 10:37:38 +0100
commitcac143db76344b90202762af029b8263cc651649 (patch)
tree1acf27d3afe11fbb28e767a19dae44f2e420a43b /example
parent1da743b1c7eba86ff0178a043053978596583a50 (diff)
Modify example config file
Diffstat (limited to 'example')
-rw-r--r--example/config.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/example/config.yaml b/example/config.yaml
index fcd75a665..a91f24f96 100644
--- a/example/config.yaml
+++ b/example/config.yaml
@@ -11,11 +11,11 @@ keybinds:
key: [F: 4,]
- action: [NewTab,]
key: [F: 5,]
- - action: [SwitchToMode: Pane , MoveFocus: Left, SwitchToMode: Normal,]
+ - action: [MoveFocus: Left,]
key: [ Alt: h,]
- - action: [SwitchToMode: Pane , MoveFocus: Right, SwitchToMode: Normal,]
+ - action: [MoveFocus: Right,]
key: [ Alt: l,]
- - action: [SwitchToMode: Pane , MoveFocus: Down, SwitchToMode: Normal,]
+ - action: [MoveFocus: Down,]
key: [ Alt: j,]
- - action: [SwitchToMode: Pane , MoveFocus: Up, SwitchToMode: Normal,]
+ - action: [MoveFocus: Up,]
key: [ Alt: k,]