Skip to content

Commit

Permalink
default-config: Uncomment BracketLeft/BracketRight
Browse files Browse the repository at this point in the history
These are fairly useful.
  • Loading branch information
YaLTeR committed Sep 13, 2024
1 parent 22fee7b commit e35d9e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/default-config.kdl
Original file line number Diff line number Diff line change
Expand Up @@ -426,8 +426,8 @@ binds {
Mod+Period { expel-window-from-column; }

// There are also commands that consume or expel a single window to the side.
// Mod+BracketLeft { consume-or-expel-window-left; }
// Mod+BracketRight { consume-or-expel-window-right; }
Mod+BracketLeft { consume-or-expel-window-left; }
Mod+BracketRight { consume-or-expel-window-right; }

Mod+R { switch-preset-column-width; }
Mod+Shift+R { switch-preset-window-height; }
Expand Down

0 comments on commit e35d9e7

Please sign in to comment.