summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,]