From a6457e29cb45a615d633b0964609d039dbe856d6 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 11 Jan 2024 07:41:09 +0100 Subject: [PATCH] fix(readme): Update command list --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 446f42d..3c9e9c7 100644 --- a/README.md +++ b/README.md @@ -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