Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mrjones2014/smart-splits.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Apr 11, 2024
2 parents dec3e81 + c93038c commit 113d79d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions doc/smart-splits.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ Table of Contents *smart-splits-table-of-contents*
Install ............................................... |smart-splits-install|
Configuration ................................... |smart-splits-configuration|
Hooks ................................................... |smart-splits-hooks|
Examples ............................................. |smart-splits-examples|
Usage ................................................... |smart-splits-usage|
Key Mappings ..................................... |smart-splits-key-mappings|
Lua API ............................................... |smart-splits-lua-api|
Multiplexer Integrations ............. |smart-splits-multiplexer-integrations|
Tmux ..................................................... |smart-splits-tmux|
Wezterm ............................................... |smart-splits-wezterm|
Kitty ................................................... |smart-splits-kitty|
Credits ............................................... |smart-splits-credits|
Multiplexer Lua API ....................... |smart-splits-multiplexer-lua-api|

==============================================================================
Expand Down Expand Up @@ -178,10 +180,8 @@ The hook table allows you to define callbacks for the `on_enter` and
`on_leave` events of the resize mode.


==============================================================================
EXAMPLES *smart-splits-examples*


Integration with bufresize.nvim
<https://github.com/kwkarlwang/bufresize.nvim>:

Expand Down Expand Up @@ -541,10 +541,8 @@ Or, by adding the following to `~/.config/kitty/kitty.conf`:
listen_on unix:/tmp/mykitty
<

==============================================================================
CREDITS *smart-splits-credits*


Thanks @knubie for inspiration for the Kitty implementation from
vim-kitty-navigator <https://github.com/knubie/vim-kitty-navigator>.

Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 113d79d

Please sign in to comment.