diff options
| author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-18 14:40:48 +0000 |
|---|---|---|
| committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-18 14:40:48 +0000 |
| commit | a15f8fc4a66420615d237313c6a01fcf532c52a2 (patch) | |
| tree | 751d858639e20ae413ec907f7cf3215c06e3820d /TODO | |
| parent | c4d5989a4ef03db0477446ee004ef431be268286 (diff) | |
| download | rtmux-a15f8fc4a66420615d237313c6a01fcf532c52a2.tar.gz rtmux-a15f8fc4a66420615d237313c6a01fcf532c52a2.tar.bz2 rtmux-a15f8fc4a66420615d237313c6a01fcf532c52a2.zip | |
Support command sequences separated by " ; ". Also clean up command printing.
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -70,10 +70,12 @@ - command: load-buffer -b number filename - command: copy-buffer -s src-session -t dst-session -a src-index -b dst-index (copy from other session) -- function groups, bind-key ^W { select-window 0; send-key ^W } etc *** - neww should support -k -- document suspend-client - flag to scroll-mode/copy-mode to automatically scroll up a page - would be nice if tmux could be the shell - key to switch to copy mode from scroll mode - clone session command +- document suspend-client +- document command sequences +- make command sequences more usable: don't require space around ;, handle + errors better |