@@ -12,7 +12,6 @@ Key Mappings ..................................... |smart-splits-key-mappings|
12
12
Lua API ............................................... | smart-splits-lua-api |
13
13
Multiplexer Integrations ............. | smart-splits-multiplexer-integrations |
14
14
Tmux ..................................................... | smart-splits-tmux |
15
- Quirks with Alacritty ................... | smart-splits-quirks-with-alacritty |
16
15
Zellij ................................................. | smart-splits-zellij |
17
16
Wezterm ............................................... | smart-splits-wezterm |
18
17
Kitty ................................................... | smart-splits-kitty |
@@ -234,6 +233,10 @@ If you are a legendary.nvim <https://github.com/mrjones2014/legendary.nvim>
234
233
extension documentation in `legendary.nvim`
235
234
<https://github.com/mrjones2014/legendary.nvim/blob/master/doc/EXTENSIONS.md#smart-splitsnvim >.
236
235
236
+ [!NOTE] The recommended mappings use the Alt/Meta key. In some terminals, such
237
+ as Alacritty and Ghostty, on macOS you will need to set a configuration option
238
+ for it to treat the macOS Option key as Alt
239
+
237
240
>lua
238
241
require('legendary' ).setup({
239
242
extensions = {
@@ -336,8 +339,9 @@ LUA API *smart-splits-lua-api*
336
339
MULTIPLEXER INTEGRATIONS *smart-splits-multiplexer-integrations*
337
340
338
341
`smart- splits.nvim` can also enable seamless navigation between Neovim splits
339
- and `tmux` , `wezterm` , or `kitty` panes. You will need to set up keymaps in
340
- your `tmux` , `wezterm` , or `kitty` configs to match the Neovim keymaps.
342
+ and `tmux` , `zellij` , `wezterm` , or `kitty` panes. You will need to set up
343
+ keymaps in your `tmux` , `wezterm` , or `kitty` configs to match the Neovim
344
+ keymaps.
341
345
342
346
You can also set the desired multiplexer integration in lazy environments
343
347
before the plugin is loaded by setting
@@ -414,19 +418,6 @@ resize amount if desired):
414
418
bind-key -T copy-mode-vi 'C-\' select-pane -l
415
419
<
416
420
417
- QUIRKS WITH ALACRITTY *smart-splits-quirks-with-alacritty*
418
-
419
- By default, on macOS, Alacritty does not treat the `Option` key as an
420
- `Alt` /`Meta` key. This is not useful and probably not what you want. If you
421
- want to use `Option` key as an `Alt` key for keymaps in `tmux` , you will have
422
- to configure Alacritty to interpret the key code correctly. \ reference
423
- <https://alacritty.org/config-alacritty.html#s20 >
424
-
425
- >yaml
426
- window:
427
- option_as_alt: "Both" # or "OnlyLeft" or "OnlyRight" if you prefer
428
- <
429
-
430
421
431
422
ZELLIJ *smart-splits-zellij*
432
423
0 commit comments