Skip to content

Commit

Permalink
fix(readme): Update command list
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptomilk committed Jan 11, 2024
1 parent 5269ea7 commit a6457e2
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,20 +364,22 @@ in more detail*
| -------------------------- | ----------------------------------------------- |
| `:FocusDisable` | Disable the plugin per session. Splits will be normalized back to defaults and then spaced evenly. |
| `:FocusEnable` | Enable the plugin per session. Splits will be resized back to your configs or defaults if not set. |
| `:FocusToggle` | Toggle focus on and off again. |
| `:FocusToggle` | Toggle focus (globally) on and off again. |
| `:FocusSplitNicely` | Split a window based on the golden ratio rule. |
| `:FocusSplitCycle` | If there are no splits, create one and move to it, else cycle focussed split. `:FocusSplitCycle reverse` for counterclockwise |
| `:FocusSplitCycle` | If there are no splits, create one and move to it, else cycle focused split. `:FocusSplitCycle reverse` for counterclockwise |
| `:FocusDisableWindow` | Disable resizing of the current window (winnr). |
| `:FocusEnableWindow` | Enable resizing of the current window (winnr). |
| `:FocusToggleWindow` | Toggle focus on and off again on a per window basis. |
| `:FocusGetDisabledWindows` | Pretty prints the list of disabled window ID's along with the current window ID. |
| `:FocusDisableBuffer` | Disable resizing for the current buffer (bufnr). |
| `:FocusEnableBuffer` | Enable resizing for the current buffer (bufnr). |
| `:FocusToggleBuffer` | Toggle focus on and off again on a per buffer basis. |
| `:FocusSplitLeft` | Move to existing or create a new split to the left of your current window + open file or custom command. |
| `:FocusSplitDown` | Move to existing or create a new split to the bottom of your current window + open file or custom command. |
| `:FocusSplitUp` | Move to existing or create a new split to the top of your current window + open file or custom command. |
| `:FocusSplitRight` | Move to existing or create a new split to the right of your current window + open file or custom command. |
| `:FocusEqualise` | Temporarily equalises the splits so they are all of similar width/height. |
| `:FocusMaximise` | Temporarily maximises the focussed window. |
| `:FocusMaxOrEqual` | Toggles Between having the splits equalised or the focussed window maximised. |
| `:FocusMaximise` | Temporarily maximises the focused window. |
| `:FocusMaxOrEqual` | Toggles Between having the splits equalised or the focused window maximised. |

## Splitting Nicely

Expand Down

0 comments on commit a6457e2

Please sign in to comment.