From cac143db76344b90202762af029b8263cc651649 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Sat, 13 Mar 2021 10:37:38 +0100 Subject: Modify example config file --- example/config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'example/config.yaml') 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,] -- cgit v1.2.3