Skip to content

Commit b41a475

Browse files
authored
Merge pull request #165 from mrjones2014/bot/vimdoc/master
chore: generated vimdoc
2 parents 6570a0e + 826ee10 commit b41a475

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

doc/smart-splits.txt

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*smart-splits.txt* Last change: 2024 March 04
1+
*smart-splits.txt* Last change: 2024 March 11
22

33
==============================================================================
44
Table of Contents *smart-splits-table-of-contents*
@@ -73,7 +73,7 @@ nvim-tree.lua <https://github.com/kyazdani42/nvim-tree.lua> which tries to
7373
maintain its own width unless manually resized. Note that nothing is ignored
7474
when moving between splits, only when resizing.
7575

76-
**Note** `smart-splits.nvim` does not map any keys on it's own. See Usage
76+
[!NOTE] `smart-splits.nvim` does not map any keys on it's own. See Usage
7777
<#usage>.
7878

7979
Defaults are shown below:
@@ -372,16 +372,16 @@ file (customizing the keys and resize amount if desired):
372372

373373
WEZTERM *smart-splits-wezterm*
374374

375-
**Note** It is recommended _not to lazy load_ `smart-splits.nvim` if using the
375+
[!NOTE] It is recommended _not to lazy load_ `smart-splits.nvim` if using the
376376
Wezterm integration. If you need to lazy load, you need to use a different
377377
`is_vim()` implementation below. The plugin is small, and smart about not
378378
loading modules unnecessarily, so it should have minimal impact on your
379379
startup time. It adds about 0.07ms on my setup.
380380

381-
**Note** Pane resizing currently requires a nightly build of Wezterm. Check
382-
the output of `wezterm cli adjust-pane-size --help` to see if your build
383-
supports it; if not, you can check how to obtain a nightly build by following
384-
the instructions here <https://wezfurlong.org/wezterm/installation.html>.
381+
[!NOTE] Pane resizing currently requires a nightly build of Wezterm. Check the
382+
output of `wezterm cli adjust-pane-size --help` to see if your build supports
383+
it; if not, you can check how to obtain a nightly build by following the
384+
instructions here <https://wezfurlong.org/wezterm/installation.html>.
385385

386386
First, ensure that the `wezterm` CLI is on your `$PATH`, as the CLI is used by
387387
the integration.
@@ -481,10 +481,10 @@ Otherwise, add the following snippet to your `~/.config/wezterm/wezterm.lua`:
481481

482482
KITTY *smart-splits-kitty*
483483

484-
**Note** `config.at_edge = 'wrap'` is not supoprted in Kitty terminal
485-
multiplexer due to inability to determine pane layout from CLI.
484+
[!NOTE] The `config.at_edge = 'wrap'` option is not supoprted in Kitty
485+
terminal multiplexer due to inability to determine pane layout from CLI.
486486

487-
**Note** This won't work if the pane is connected over SSH, as the pane will
487+
[!NOTE] This won't work if the pane is connected over SSH, as the pane will
488488
not properly report the foreground process name.
489489

490490
Add the following snippet to `~/.config/kitty/kitty.conf`, adjusting the

0 commit comments

Comments
 (0)