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