diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-06-04 10:37:39 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-06-04 10:37:39 +0100 |
commit | b67db455a87618ef438609f2caef667573e8744b (patch) | |
tree | eaac915ba28ed5928973267cb527c2c86d2f12fc | |
parent | 75061cb45d68ad3a7a75839a2f658813e697c55e (diff) | |
download | rtmux-b67db455a87618ef438609f2caef667573e8744b.tar.gz rtmux-b67db455a87618ef438609f2caef667573e8744b.tar.bz2 rtmux-b67db455a87618ef438609f2caef667573e8744b.zip |
Update TODO with some items from old SF tickets.
-rw-r--r-- | TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -32,6 +32,9 @@ * flag to choose-* for sort order * choose mode would be better per client than per window? * two choices (first one then second, for swap-pane and join-pane) + * choose modes should ditch the key bindings and just have fixed keys, and + be more customized to their purpose (d to delete a buffer for choose-buffer, + a preview of buffer contents, etc) - improve monitor-*: * straighten out rules for multiple clients @@ -55,6 +58,7 @@ * message display * prompt input * multibyte key input + * searching in copy mode - copy/paste improvements: * incremental searching @@ -119,3 +123,4 @@ environments * multiline status line? * customizable command aliases + * automatic pane logging |