@@ -58,7 +58,8 @@ such as [nvim-tree.lua](https://github.com/kyazdani42/nvim-tree.lua)
58
58
which tries to maintain its own width unless manually resized. Note that
59
59
nothing is ignored when moving between splits, only when resizing.
60
60
61
- > ** Note** ` smart-splits.nvim ` does not map any keys on it's own. See [ Usage] ( #usage ) .
61
+ > [ !NOTE]
62
+ > ` smart-splits.nvim ` does not map any keys on it's own. See [ Usage] ( #usage ) .
62
63
63
64
Defaults are shown below:
64
65
@@ -339,13 +340,13 @@ bind-key -T copy-mode-vi 'C-\' select-pane -l
339
340
340
341
# ### Wezterm
341
342
342
- > ** Note **
343
+ > [ ! NOTE]
343
344
> It is recommended _not to lazy load_ ` smart-splits.nvim` if using the Wezterm integration.
344
345
> If you need to lazy load, you need to use a different `is_vim ()` implementation below.
345
346
> The plugin is small, and smart about not loading modules unnecessarily, so it should
346
347
> have minimal impact on your startup time. It adds about 0.07ms on my setup.
347
348
348
- > ** Note **
349
+ > [ ! NOTE]
349
350
> Pane resizing currently requires a nightly build of Wezterm.
350
351
> Check the output of ` wezterm cli adjust-pane-size --help` to see if your build supports it; if not,
351
352
> you can check how to obtain a nightly build by [following the instructions here](https://wezfurlong.org/wezterm/installation.html).
@@ -445,10 +446,11 @@ return {
445
446
446
447
#### Kitty
447
448
448
- > **Note** `config.at_edge = ' wrap' ` is not supoprted in Kitty terminal multiplexer due to inability to determine
449
+ > [!NOTE]
450
+ > The `config.at_edge = ' wrap' ` option is not supoprted in Kitty terminal multiplexer due to inability to determine
449
451
> pane layout from CLI.
450
452
451
- > **Note**
453
+ > [!NOTE]
452
454
> This won' t work if the pane is connected over SSH, as the pane will not properly report the foreground process name.
453
455
454
456
Add the following snippet to ` ~/.config/kitty/kitty.conf` , adjusting the keymaps and resize amount as desired.
0 commit comments