Releases: mrjones2014/smart-splits.nvim
Releases · mrjones2014/smart-splits.nvim
v1.7.0
What's Changed
- [automation] update flake dependencies by @github-actions in #229
- [automation] update flake dependencies by @github-actions in #230
- fix(docs): Fix the Wezterm plugin example keycodes by @ying234 in #233
- chore: generated vimdoc by @github-actions in #234
- [automation] update flake dependencies by @github-actions in #231
- [automation] update flake dependencies by @github-actions in #235
- [automation] update flake dependencies by @github-actions in #237
- chore: generated vimdoc by @github-actions in #239
- fix: [!NOTE] Block by @exersalza in #240
- chore: generated vimdoc by @github-actions in #241
- [automation] update flake dependencies by @github-actions in #243
- [automation] update flake dependencies by @github-actions in #244
- [automation] update flake dependencies by @github-actions in #246
- fix(mux): get tmux pane running vim instead of active pane by @Mikilio in #250
- [automation] update flake dependencies by @github-actions in #251
- [automation] update flake dependencies by @github-actions in #253
- [automation] update flake dependencies by @github-actions in #254
- [automation] update flake dependencies by @github-actions in #255
- [automation] update flake dependencies by @github-actions in #256
- [automation] update flake dependencies by @github-actions in #257
- [automation] update flake dependencies by @github-actions in #258
- feat(api): Swap buffer view state when swapping wins with the same buf by @mrjones2014 in #259
New Contributors
- @ying234 made their first contribution in #233
- @exersalza made their first contribution in #240
- @Mikilio made their first contribution in #250
Full Changelog: v1.6.0...v1.7.0
v1.5.0
What's Changed
- [automation] update flake dependencies by @github-actions in #189
- fix: ensure that direction_keys can be configured by @zeapoz in #188
- fix: use kitty user-vars for for determining if active window is running neovim by @oddnugget in #175
- chore: generated vimdoc by @github-actions in #191
- fix(api): Restore previous mappings on exit from resize mode by @mrjones2014 in #193
- [automation] update flake dependencies by @github-actions in #194
- fix(docs): correct kitty.conf example by @xendarboh in #195
- chore: generated vimdoc by @github-actions in #196
- [automation] update flake dependencies by @github-actions in #197
- [automation] update flake dependencies by @github-actions in #198
- [automation] update flake dependencies by @github-actions in #200
- feat(api): make floating window behavior configurable by @toupeira in #202
- chore: generated vimdoc by @github-actions in #203
- [automation] update flake dependencies by @github-actions in #204
- feat(mux): Support splitting Kitty multiplexer panes by @mochouaaaaa in #206
- fix(mux): Unable to use its own operations in neovim by @mochouaaaaa in #207
- feat(mux): Use tmux inside kitty and compatible with window shortcuts by @mochouaaaaa in #208
New Contributors
- @zeapoz made their first contribution in #188
- @oddnugget made their first contribution in #175
- @xendarboh made their first contribution in #195
- @toupeira made their first contribution in #202
- @mochouaaaaa made their first contribution in #206
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- chore: generated vimdoc by @github-actions in #162
- [automation] update flake dependencies by @github-actions in #164
- chore: generated vimdoc by @github-actions in #165
- [automation] update flake dependencies by @github-actions in #166
- fix: Detect and handle nested Vim instances in Tmux by @pwnalone in #168
- [automation] update flake dependencies by @github-actions in #169
- fix: never wrap unless at_edge is set to wrap by @thenbe in #171
- fix(api): move_cursor_previous is a no-op if previous win no longer exists by @mrjones2014 in #173
- [automation] update flake dependencies by @github-actions in #174
- [automation] update flake dependencies by @github-actions in #177
- chore: generated vimdoc by @github-actions in #180
- [automation] update flake dependencies by @github-actions in #181
- [automation] update flake dependencies by @github-actions in #183
- feat: support count in move commands by @sarmong in #185
- docs: add example how to disable wrapping in tmux by @sarmong in #186
- chore: generated vimdoc by @github-actions in #187
New Contributors
- @pwnalone made their first contribution in #168
- @thenbe made their first contribution in #171
- @sarmong made their first contribution in #185
Full Changelog: v1.3.3...v1.4.0
v1.3.3
What's Changed
- chore: Install stylua and luacheck in flake.nix and setup tmux alias by @mrjones2014 in #161
- fix(mux): nvim-wezterm panes not seamlessly switching while using wsl2 by @Mr-Hypocrite in #160
- feat(api): Add
move_cursor_previous
by @mrjones2014 5c18899..f6fcb79
New Contributors
- @Mr-Hypocrite made their first contribution in #160
Full Changelog: v1.3.2...v1.3.3
v1.3.2
What's Changed
- fix(mux): Change
on_exit
to run onVimLeavePre
instead ofVimLeave
by @mrjones2014 in #159
Full Changelog: v1.3.1...v1.3.2
v1.3.1
What's Changed
- docs: correct ignored buftypes and filetypes usage by @lucobellic in #152
- chore: generated vimdoc by @github-actions in #153
- feat(mux): Improved tmux integration performance by @mrjones2014 in #155 (with a special thanks to @b0o for sharing the implementation with me in #154!)
- chore: generated vimdoc by @github-actions in #156
New Contributors
- @lucobellic made their first contribution in #152
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- feat(mux): Add Wezterm plugin for easier setup on Wezterm (experimental) by @mrjones2014 in #144
- chore: generated vimdoc by @github-actions in #145
- fix: E5108 error in command line buffer by @towry in #146
New Contributors
Full Changelog: v1.2.5...v1.3.0
v1.2.5
What's Changed
- fix: Add missing buffer swap commands by @rmarquis in #138
- fix(mux): Always set wezterm user vars in wezterm by @mrjones2014 in #139
- fix(mux): Don't set up Wezterm mux if running in GUI by @mrjones2014 in #142
New Contributors
Full Changelog: v1.2.4...v1.2.5
v1.2.4
What's Changed
- feat(mux): Automatically disable mux integration if running in a GUI by @mrjones2014 in #132
Full Changelog: v1.2.3...v1.2.4
v1.2.3
What's Changed
- fix: Respect hidden statusline in window size calculation by @vimpostor in #110
- fix(api): Lazy load most modules to improve startup time by @mrjones2014 in #114
- fix(mux): Correctly set Wezterm user var more consistently in more scenarios by @mrjones2014 in #117
- docs: add note about wezterm integration by @loqusion in #119
- chore: generated vimdoc by @github-actions in #120
- feat(api): return to previous win if current win is floating by @alesandar in #124
- chore: generated vimdoc by @github-actions in #128
- fix(mux): fix edge pane detection logic for tmux (#118) by @freddiehaddad in #130
New Contributors
- @vimpostor made their first contribution in #110
- @loqusion made their first contribution in #119
- @alesandar made their first contribution in #124
- @freddiehaddad made their first contribution in #130
Full Changelog: v1.2.2...v1.2.3