Skip to content

Commit 6570a0e

Browse files
committed
chore(docs): Update README.md
1 parent 039fb0a commit 6570a0e

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ such as [nvim-tree.lua](https://github.com/kyazdani42/nvim-tree.lua)
5858
which tries to maintain its own width unless manually resized. Note that
5959
nothing is ignored when moving between splits, only when resizing.
6060

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).
6263
6364
Defaults are shown below:
6465

@@ -339,13 +340,13 @@ bind-key -T copy-mode-vi 'C-\' select-pane -l
339340
340341
#### Wezterm
341342
342-
> **Note**
343+
> [!NOTE]
343344
> It is recommended _not to lazy load_ `smart-splits.nvim` if using the Wezterm integration.
344345
> If you need to lazy load, you need to use a different `is_vim()` implementation below.
345346
> The plugin is small, and smart about not loading modules unnecessarily, so it should
346347
> have minimal impact on your startup time. It adds about 0.07ms on my setup.
347348
348-
> **Note**
349+
> [!NOTE]
349350
> Pane resizing currently requires a nightly build of Wezterm.
350351
> Check the output of `wezterm cli adjust-pane-size --help` to see if your build supports it; if not,
351352
> 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 {
445446
446447
#### Kitty
447448
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
449451
> pane layout from CLI.
450452
451-
> **Note**
453+
> [!NOTE]
452454
> This won't work if the pane is connected over SSH, as the pane will not properly report the foreground process name.
453455
454456
Add the following snippet to `~/.config/kitty/kitty.conf`, adjusting the keymaps and resize amount as desired.

0 commit comments

Comments
 (0)