diff --git a/example/config.yaml b/example/config.yaml index fcd75a66..a91f24f9 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,]