What's Changed
- feat(mux): Resize with multiplexer when only single vim/nvim window in
tmux
by @ghostbuster91 in #64 - chore(docs): Mention legendary.nvim extension in README.md by @mrjones2014 in #68
- feat(mux): Directional pane resizing is now supported in Kitty by @mrjones2014 in #67
- chore: generated vimdoc by @github-actions in #69
- chore: Provide a minimal
init.lua
to use when creating bug reports by @mrjones2014 in #73 - chore: Add additional data to the GitHub issue form by @mrjones2014 in #76
- fix(mux): Cannot move across mux panes when
wrap_at_edge
and both panes are runningnvim
by @mrjones2014 in #77 - chore: generated vimdoc by @github-actions in #78
- feat(api): customizable
at_edge
behavior by @mrjones2014 in #80 - chore: generated vimdoc by @github-actions in #82
- feat(api):
at_edge = 'split'
will behave likeat_edge = 'stop'
in ignored buffers when no mux window to move to by @mrjones2014 in #84
New Contributors
- @ghostbuster91 made their first contribution in #64
Full Changelog: v1.0.1...v1.1.0