From 826ee107aebdb77dc980ccee4739b84a5d80bc18 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <> Date: Mon, 11 Mar 2024 18:27:12 +0000 Subject: [PATCH] chore: generated vimdoc --- doc/smart-splits.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/smart-splits.txt b/doc/smart-splits.txt index 2452920..a860121 100644 --- a/doc/smart-splits.txt +++ b/doc/smart-splits.txt @@ -1,4 +1,4 @@ -*smart-splits.txt* Last change: 2024 March 04 +*smart-splits.txt* Last change: 2024 March 11 ============================================================================== Table of Contents *smart-splits-table-of-contents* @@ -73,7 +73,7 @@ nvim-tree.lua which tries to maintain its own width unless manually resized. Note that nothing is ignored when moving between splits, only when resizing. - **Note** `smart-splits.nvim` does not map any keys on it's own. See Usage + [!NOTE] `smart-splits.nvim` does not map any keys on it's own. See Usage <#usage>. Defaults are shown below: @@ -372,16 +372,16 @@ file (customizing the keys and resize amount if desired): WEZTERM *smart-splits-wezterm* - **Note** It is recommended _not to lazy load_ `smart-splits.nvim` if using the + [!NOTE] It is recommended _not to lazy load_ `smart-splits.nvim` if using the Wezterm integration. If you need to lazy load, you need to use a different `is_vim()` implementation below. The plugin is small, and smart about not loading modules unnecessarily, so it should have minimal impact on your startup time. It adds about 0.07ms on my setup. - **Note** Pane resizing currently requires a nightly build of Wezterm. Check - the output of `wezterm cli adjust-pane-size --help` to see if your build - supports it; if not, you can check how to obtain a nightly build by following - the instructions here . + [!NOTE] Pane resizing currently requires a nightly build of Wezterm. Check the + output of `wezterm cli adjust-pane-size --help` to see if your build supports + it; if not, you can check how to obtain a nightly build by following the + instructions here . First, ensure that the `wezterm` CLI is on your `$PATH`, as the CLI is used by the integration. @@ -481,10 +481,10 @@ Otherwise, add the following snippet to your `~/.config/wezterm/wezterm.lua`: KITTY *smart-splits-kitty* - **Note** `config.at_edge = 'wrap'` is not supoprted in Kitty terminal - multiplexer due to inability to determine pane layout from CLI. + [!NOTE] The `config.at_edge = 'wrap'` option is not supoprted in Kitty + terminal multiplexer due to inability to determine pane layout from CLI. - **Note** This won't work if the pane is connected over SSH, as the pane will + [!NOTE] This won't work if the pane is connected over SSH, as the pane will not properly report the foreground process name. Add the following snippet to `~/.config/kitty/kitty.conf`, adjusting the