diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-10-13 14:27:57 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-10-13 14:27:57 +0000 |
commit | 6b522bd7705f0871ea45794dca2b563ebbd474b5 (patch) | |
tree | 447f9051ee5d378d7fb488e132d474426439f38c | |
parent | edc901d107b2790f35d95169ad2c58ec4b0bf97d (diff) | |
download | rtmux-6b522bd7705f0871ea45794dca2b563ebbd474b5.tar.gz rtmux-6b522bd7705f0871ea45794dca2b563ebbd474b5.tar.bz2 rtmux-6b522bd7705f0871ea45794dca2b563ebbd474b5.zip |
+.
-rw-r--r-- | TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -34,7 +34,6 @@ - make command sequences more usable: don't require space after ;, handle errors better - attach should have a flag to create session if it doesn't exist -- rename split-window -> split-pane?? - choice and more mode would be better per client than per window? - hooks to which commands may be attached, for example: tmux add-hook "new-session" if-shell "[ -e $HOME/.tmux-session.conf ]" source-file @@ -51,6 +50,7 @@ - list-* vs show-* - server-info - up-pane/down-pane/swap-pane -U/swap-pane -D vs next-*/previous-* + - split-window -> split-pane?? - tidy up and prioritise todo list ;-) - neww and attach can create a session if none exists? would work fine with config file since @@ -78,3 +78,4 @@ - bind commands to mouse buttons - UTF-8 to a non-UTF-8 terminal should not be able to balls up the terminal - www/ruby-addressable; make regress +- copy mode needs a tidy/cleanup |