aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-09-27 10:17:04 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-09-27 10:17:04 +0000
commit4f6999a2dfda9a668cf6f02539a1967b9658dd5c (patch)
treeb57c5008aeb0215422304883c4418490408484fa
parent7967098cfd7055d1da346e6dd04f63c9795f4494 (diff)
downloadrtmux-4f6999a2dfda9a668cf6f02539a1967b9658dd5c.tar.gz
rtmux-4f6999a2dfda9a668cf6f02539a1967b9658dd5c.tar.bz2
rtmux-4f6999a2dfda9a668cf6f02539a1967b9658dd5c.zip
Sync.
-rw-r--r--TODO10
1 files changed, 1 insertions, 9 deletions
diff --git a/TODO b/TODO
index 7dc650f1..ea0fa242 100644
--- a/TODO
+++ b/TODO
@@ -22,15 +22,6 @@
rethought
- figure out once and for all what is going on with backspace and del
- 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:
i : show window info (show name, title, size, tty, ...)
- commands to add:
@@ -41,3 +32,4 @@
unlink window (... what about windows not linked to any session???)
close window
kill session
+- update NOTES!!!!