zellij/src
Bartosz Zbytniewski dd5ea26cc7
feat: add moving tab to other position (#3047)
* feat: add moving tab to other position

* docs(changelog): revert changes

* test: update config snapshots

* refactor: get rid of HorizontalDirection enum

* refactor: cleanup code order

* refactor: use debug! instead of info!

* refactor: use more defensive way to switch tabs

* refactor: revert tip changes

* refactor: code formatting

* refactor: improve invalid input notification

* refactor: inline fns for calculating target index

---------

Co-authored-by: Jae-Heon Ji <atx6419@gmail.com>
2024-02-19 03:40:03 +09:00
..
tests feat: add moving tab to other position (#3047) 2024-02-19 03:40:03 +09:00
commands.rs feat(sessions): welcome screen (#3112) 2024-02-06 14:26:14 +01:00
main.rs feat(panes): allow specifying coordinates for a new floating pane through the CLI or plugins (#3122) 2024-02-08 17:35:55 +01:00
sessions.rs feat(sessions): welcome screen (#3112) 2024-02-06 14:26:14 +01:00