mirror of
https://github.com/tmux/tmux.git
synced 2024-11-18 02:18:53 +00:00
new layout plan
This commit is contained in:
parent
cdce5f739d
commit
eb6007102e
12
TODO
12
TODO
@ -68,6 +68,7 @@
|
|||||||
to avoid quoting
|
to avoid quoting
|
||||||
|
|
||||||
(hopefully) for 0.9, in no particular order:
|
(hopefully) for 0.9, in no particular order:
|
||||||
|
- key to goto line in copy/scroll modes
|
||||||
- a command to display the status line briefly when it is turned off
|
- a command to display the status line briefly when it is turned off
|
||||||
- FAQ "Can I have some examples of cool things I can do with tmux?" -- linkw,
|
- FAQ "Can I have some examples of cool things I can do with tmux?" -- linkw,
|
||||||
more??
|
more??
|
||||||
@ -79,11 +80,14 @@
|
|||||||
- key to switch to copy mode from scroll mode
|
- key to switch to copy mode from scroll mode
|
||||||
- attach should have a flag to create session if it doesn't exist
|
- attach should have a flag to create session if it doesn't exist
|
||||||
- layout/split stuff:
|
- layout/split stuff:
|
||||||
what to do about manual mode?
|
** NEW layout design:
|
||||||
- two independent manual modes: vertical and horizontal?
|
1. finish rewrite manual with tree of layout_cell
|
||||||
- proper grid mode? (hard)
|
(resize can be recursive?)
|
||||||
|
2. convert automatic layout modes to produce a tree
|
||||||
|
3. move any size/position details from window_pane to layout_cell
|
||||||
|
4. a way to address panes by name ("top-left") and position ("0,0")
|
||||||
- test bug sshing from freebsd console (tom iirc?)
|
- test bug sshing from freebsd console (tom iirc?)
|
||||||
- document manual-vertical changes
|
- document manual-vertical changes XXX this will change again...
|
||||||
- document main-pane-width and main-pane-height and main-horizontal
|
- document main-pane-width and main-pane-height and main-horizontal
|
||||||
- document clear-history
|
- document clear-history
|
||||||
- document paste in status line
|
- document paste in status line
|
||||||
|
Loading…
Reference in New Issue
Block a user