Skip to content

Commit

Permalink
Merge pull request #281 from mrjones2014/bot/vimdoc/master
Browse files Browse the repository at this point in the history
chore: generated vimdoc
  • Loading branch information
mrjones2014 authored Jan 22, 2025
2 parents 55e907b + 4ee7f1d commit 4a23198
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions doc/smart-splits.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*smart-splits.txt* Last change: 2025 January 06
*smart-splits.txt* Last change: 2025 January 16

==============================================================================
Table of Contents *smart-splits-table-of-contents*
Expand Down Expand Up @@ -163,7 +163,9 @@ Defaults are shown below:
-- enable or disable a multiplexer integration;
-- automatically determined, unless explicitly disabled or set,
-- by checking the $TERM_PROGRAM environment variable,
-- and the $KITTY_LISTEN_ON environment variable for Kitty
-- and the $KITTY_LISTEN_ON environment variable for Kitty.
-- You can also set this value by setting `vim.g.smart_splits_multiplexer_integration`
-- before the plugin is loaded (e.g. for lazy environments).
multiplexer_integration = nil,
-- disable multiplexer navigation if current multiplexer pane is zoomed
-- this functionality is only supported on tmux and Wezterm due to kitty
Expand Down Expand Up @@ -336,6 +338,11 @@ MULTIPLEXER INTEGRATIONS *smart-splits-multiplexer-integrations*
and `tmux`, `wezterm`, or `kitty` panes. You will need to set up keymaps in
your `tmux`, `wezterm`, or `kitty` configs to match the Neovim keymaps.

You can also set the desired multiplexer integration in lazy environments
before the plugin is loaded by setting
`vim.g.smart_splits_multiplexer_integration`. The values are the same as
described in Configuration <#configuration>.



TMUX *smart-splits-tmux*
Expand Down

0 comments on commit 4a23198

Please sign in to comment.