diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-23 22:42:04 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-23 22:42:04 +0000 |
commit | c2876e64772e5aa6d0cca36e7666d90f9c5bd643 (patch) | |
tree | b771ff261a316c4a61f7d42786b2fba60481a79e | |
parent | c78b8d06a640538771597e6ce7a98c6a729aa85f (diff) | |
download | rtmux-c2876e64772e5aa6d0cca36e7666d90f9c5bd643.tar.gz rtmux-c2876e64772e5aa6d0cca36e7666d90f9c5bd643.tar.bz2 rtmux-c2876e64772e5aa6d0cca36e7666d90f9c5bd643.zip |
Sync.
-rw-r--r-- | TODO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -23,6 +23,7 @@ command to purge window history extend list-clients to list clients attached to a session (-a for all?) bring back detach-session to detach all clients on a session? + clone-session command to link all windows to a new session - function groups, bind-key ^W { select-window 0; send-key ^W } etc *** - allow fnmatch for -c, so that you can, eg, detach all clients - bind non prefix keys @@ -56,9 +57,8 @@ - list-keys should be sorted - copy-mode enhancements: next word etc etc - problems with force-width when wrapping line in emacs? -- command history for command-prompt. better tab completion -- options parsing could be much more generic, opening the way for abbreviation - and tab completion of option names +- command history for command-prompt. better tab completion (use options too) +- window options should be done similarly to standard options --- - document list-commands. document switch-client - document buffer stuff |