mirror of
https://github.com/tmux/tmux.git
synced 2025-01-07 16:28:48 +00:00
Sync.
This commit is contained in:
parent
7967098cfd
commit
4f6999a2df
10
TODO
10
TODO
@ -22,15 +22,6 @@
|
|||||||
rethought
|
rethought
|
||||||
- figure out once and for all what is going on with backspace and del
|
- figure out once and for all what is going on with backspace and del
|
||||||
- deal properly with ambiguous ops... list-sessions & list-windows
|
- deal properly with ambiguous ops... list-sessions & list-windows
|
||||||
- command form:
|
|
||||||
tmux <flags> cmd [-s session] <flags> data
|
|
||||||
eg
|
|
||||||
tmux rename-session -ssession newname
|
|
||||||
tmux rename-window -ssession 5 newname
|
|
||||||
if no session specified:
|
|
||||||
- inside tmux, check $TMUX (pid:session or something)
|
|
||||||
- otherwise if 1 session, use it
|
|
||||||
- otherwise bail with error
|
|
||||||
- keys to add:
|
- keys to add:
|
||||||
i : show window info (show name, title, size, tty, ...)
|
i : show window info (show name, title, size, tty, ...)
|
||||||
- commands to add:
|
- commands to add:
|
||||||
@ -41,3 +32,4 @@
|
|||||||
unlink window (... what about windows not linked to any session???)
|
unlink window (... what about windows not linked to any session???)
|
||||||
close window
|
close window
|
||||||
kill session
|
kill session
|
||||||
|
- update NOTES!!!!
|
||||||
|
Loading…
Reference in New Issue
Block a user