diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-03-20 11:50:54 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-03-20 11:50:54 +0000 |
commit | 066575fd5ae6ffe5b1a7c8c54a7189ecac9cdec0 (patch) | |
tree | b0d1464df9a7fcab000114d7fba94442040b52e4 | |
parent | 792455ce8760ecba3e432a6c430fb4b6e95a1bc3 (diff) | |
download | rtmux-066575fd5ae6ffe5b1a7c8c54a7189ecac9cdec0.tar.gz rtmux-066575fd5ae6ffe5b1a7c8c54a7189ecac9cdec0.tar.bz2 rtmux-066575fd5ae6ffe5b1a7c8c54a7189ecac9cdec0.zip |
Add to TODO.
-rw-r--r-- | TODO | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -6,6 +6,8 @@ and command prompt * last-pane across sessions * resize-pane -p to match split-window -p + * flag to wait-for to have a timeout and/or to stop waiting when the + client gets a signal - make command sequences more usable * don't require space after ; @@ -26,8 +28,8 @@ * flag to choose-* for sort order * 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) + 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 @@ -48,11 +50,11 @@ * command to toggle selection not to move it in copy-mode * regex searching * searching in copy mode should unwrap lines, so if you search for "foobar" - then it should be found even if it is now "foo\nbar" (if the WRAP flag - is set on the line) + then it should be found even if it is now "foo\nbar" (if the WRAP flag + is set on the line) * capture-pane option to preserve spaces but not join lines * improve word and line selection in copy mode (for example when dragging - it should select by word. compare how xterm works. GitHub issue 682) + it should select by word. compare how xterm works. GitHub issue 682) - layout stuff * way to tag a layout as a number/name |