PANES
vision for panes: panes exist within tabs. we have our existing binds, alt-v, alt-s, to create panes of the same file. they are good we will keep those
what we wish to extend is our paradigm for panes within tabs and the file contents. We will support "v" and "s" in fuss mode to open that file in a new pane, vertical or horizontal split. this will require rethinking how we approach panes as previously we only supported the same file for panes.
Now is also a good time to ensure we force a limit on pane creation as most terminals can only support so many panes realistically
View source
| 1 | # PANES |
| 2 | |
| 3 | vision for panes: |
| 4 | panes exist within tabs. |
| 5 | we have our existing binds, alt-v, alt-s, to create panes of the same file. they are good we will keep those |
| 6 | |
| 7 | |
| 8 | what we wish to extend is our paradigm for panes within tabs and the file contents. We will support "v" and "s" in fuss mode to open *that file* in a new pane, vertical or horizontal split. |
| 9 | this will require rethinking how we approach panes as previously we only supported the same file for panes. |
| 10 | |
| 11 | Now is also a good time to ensure we force a limit on pane creation as most terminals can only support so many panes realistically |