mirror of
https://github.com/tmux/tmux.git
synced 2025-01-05 23:38:48 +00:00
Update TODO.
This commit is contained in:
parent
f734d81074
commit
ee7acde149
15
TODO
15
TODO
@ -5,8 +5,6 @@
|
|||||||
* ' and " should be parsed the same (eg "\e" vs '\e') in config
|
* ' and " should be parsed the same (eg "\e" vs '\e') in config
|
||||||
and command prompt
|
and command prompt
|
||||||
* last-pane across sessions
|
* last-pane across sessions
|
||||||
* list-keys should quote output so that bindings can just be used in
|
|
||||||
config file as-is
|
|
||||||
* resize-pane -p to match split-window -p
|
* resize-pane -p to match split-window -p
|
||||||
|
|
||||||
- make command sequences more usable
|
- make command sequences more usable
|
||||||
@ -25,9 +23,7 @@
|
|||||||
|
|
||||||
- choose mode improvements:
|
- choose mode improvements:
|
||||||
* choose-pane command (augment choose-tree to do this?)
|
* choose-pane command (augment choose-tree to do this?)
|
||||||
* choose-mode and copy-mode are very similar, make choose-mode a subset?
|
|
||||||
* flag to choose-* for sort order
|
* 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)
|
* 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,
|
||||||
@ -46,14 +42,11 @@
|
|||||||
- warts on current naming:
|
- warts on current naming:
|
||||||
* display-time but message-fg/bg/attr
|
* display-time but message-fg/bg/attr
|
||||||
* list-* vs show-*
|
* list-* vs show-*
|
||||||
* split-window -> split-pane?
|
|
||||||
|
|
||||||
- better UTF-8 support:
|
- better UTF-8 support:
|
||||||
* message display
|
|
||||||
* searching in copy mode
|
* searching in copy mode
|
||||||
|
|
||||||
- copy/paste improvements:
|
- copy/paste improvements:
|
||||||
* incremental searching
|
|
||||||
* paste w/o trailing whitespace
|
* paste w/o trailing whitespace
|
||||||
* 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
|
||||||
@ -78,10 +71,6 @@
|
|||||||
COLUMNS/2 but height = ROWS * 2)
|
COLUMNS/2 but height = ROWS * 2)
|
||||||
* separate active panes for different clients
|
* separate active panes for different clients
|
||||||
|
|
||||||
- terminfo bits
|
|
||||||
* use a better termcap internally instead of screen, perhaps xterm
|
|
||||||
* use screen-256color when started on 256 colour terminal?
|
|
||||||
|
|
||||||
- code cleanup
|
- code cleanup
|
||||||
* instead of separate window and session options, just one master
|
* instead of separate window and session options, just one master
|
||||||
options list with each option having a type (window or session), then
|
options list with each option having a type (window or session), then
|
||||||
@ -120,10 +109,6 @@
|
|||||||
jobs and run-shell and lock command all start with slightly different
|
jobs and run-shell and lock command all start with slightly different
|
||||||
environments
|
environments
|
||||||
* multiline status line? separate command prompt and status line?
|
* multiline status line? separate command prompt and status line?
|
||||||
* customizable command aliases -- don't really want a whole alias tree
|
|
||||||
and set-alias commands like hooks/options/environ. maybe array
|
|
||||||
options, so you set command-alias[0] to foo=bar? array options would
|
|
||||||
be useful for other stuff
|
|
||||||
* automatic pane logging
|
* automatic pane logging
|
||||||
* marks in history, automatically add (move?) one when pane is changed
|
* marks in history, automatically add (move?) one when pane is changed
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user