|
1 |
| -*smart-splits.txt* Last change: 2024 March 04 |
| 1 | +*smart-splits.txt* Last change: 2024 March 11 |
2 | 2 |
|
3 | 3 | ==============================================================================
|
4 | 4 | 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
|
73 | 73 | maintain its own width unless manually resized. Note that nothing is ignored
|
74 | 74 | when moving between splits, only when resizing.
|
75 | 75 |
|
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 |
77 | 77 | <#usage>.
|
78 | 78 |
|
79 | 79 | Defaults are shown below:
|
@@ -372,16 +372,16 @@ file (customizing the keys and resize amount if desired):
|
372 | 372 |
|
373 | 373 | WEZTERM *smart-splits-wezterm*
|
374 | 374 |
|
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 |
376 | 376 | Wezterm integration. If you need to lazy load, you need to use a different
|
377 | 377 | `is_vim()` implementation below. The plugin is small, and smart about not
|
378 | 378 | loading modules unnecessarily, so it should have minimal impact on your
|
379 | 379 | startup time. It adds about 0.07ms on my setup.
|
380 | 380 |
|
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>. |
385 | 385 |
|
386 | 386 | First, ensure that the `wezterm` CLI is on your `$PATH`, as the CLI is used by
|
387 | 387 | the integration.
|
@@ -481,10 +481,10 @@ Otherwise, add the following snippet to your `~/.config/wezterm/wezterm.lua`:
|
481 | 481 |
|
482 | 482 | KITTY *smart-splits-kitty*
|
483 | 483 |
|
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. |
486 | 486 |
|
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 |
488 | 488 | not properly report the foreground process name.
|
489 | 489 |
|
490 | 490 | Add the following snippet to `~/.config/kitty/kitty.conf`, adjusting the
|
|
0 commit comments