From 1da743b1c7eba86ff0178a043053978596583a50 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Sat, 13 Mar 2021 10:20:56 +0100 Subject: Add more options to example config file --- example/config.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'example') 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,] -- cgit v1.2.3