zellij/default-plugins/status-bar/src
Henil Dedania 4ac9344085
feature(resize): Non directional resize (#520)
* feature(resize): Non directional resize

* Implement special cases

* fix resizing for panes that have `+` cross section

* fix resizing for panes that have `T` cross section

* fix panics

* Add Nondirection resize keys to plugin

* fix formatting

* fix: clippy warnings

* fix the last edge case

* implemented some of the suggested changes

* Remove helper function and elevate comment to top of function

* Use `=` to keep it consistent with Normal mode mapping as its easier to use

* Remove extra reference borrowing

* fix an edge case

* add test for nondirectional resize increase/decrease

* fix(controls): add + to resize

* refactor(resize): simplify methods

* fix(resize): properly resize opposite corner pane

Co-authored-by: Aram Drevekenin <aram@poor.dev>
2021-11-05 09:29:45 +01:00
..
first_line.rs Feature: Move panes directionally (#762) 2021-10-19 20:20:28 +05:30
main.rs feat(ui): The status bar indicates that the panes are full screen and how many hidden panes are (#450) 2021-09-27 12:07:28 +02:00
second_line.rs feature(resize): Non directional resize (#520) 2021-11-05 09:29:45 +01:00