From 066575fd5ae6ffe5b1a7c8c54a7189ecac9cdec0 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 20 Mar 2017 11:50:54 +0000 Subject: [PATCH] Add to TODO. --- TODO | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/TODO b/TODO index 070b9489..9ca27db0 100644 --- a/TODO +++ b/TODO @@ -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