Add to TODO.

This commit is contained in:
Nicholas Marriott 2017-03-20 11:50:54 +00:00
parent 792455ce87
commit 066575fd5a

12
TODO
View File

@ -6,6 +6,8 @@
and command prompt and command prompt
* last-pane across sessions * last-pane across sessions
* resize-pane -p to match split-window -p * 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 - make command sequences more usable
* don't require space after ; * don't require space after ;
@ -26,8 +28,8 @@
* flag to choose-* for sort order * flag to choose-* for sort order
* two choices (first one then second, for swap-pane and join-pane) * 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 * 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, be more customized to their purpose (d to delete a buffer for choose-buffer,
a preview of buffer contents, etc) a preview of buffer contents, etc)
- improve monitor-*: - improve monitor-*:
* straighten out rules for multiple clients * straighten out rules for multiple clients
@ -48,11 +50,11 @@
* command to toggle selection not to move it in copy-mode * command to toggle selection not to move it in copy-mode
* regex searching * regex searching
* searching in copy mode should unwrap lines, so if you search for "foobar" * 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 then it should be found even if it is now "foo\nbar" (if the WRAP flag
is set on the line) is set on the line)
* capture-pane option to preserve spaces but not join lines * capture-pane option to preserve spaces but not join lines
* improve word and line selection in copy mode (for example when dragging * 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 - layout stuff
* way to tag a layout as a number/name * way to tag a layout as a number/name