mirror of
https://github.com/tmux/tmux.git
synced 2025-04-20 03:09:29 +00:00
Done.
This commit is contained in:
parent
a9eb5e12ec
commit
b9216d9566
4
TODO
4
TODO
@ -101,8 +101,6 @@
|
|||||||
- a history of commands that can be reversed (reverse member of each command,
|
- a history of commands that can be reversed (reverse member of each command,
|
||||||
and a buffer) info() when changing to same window
|
and a buffer) info() when changing to same window
|
||||||
- don't pass UTF-8 through vis for titles
|
- don't pass UTF-8 through vis for titles
|
||||||
- add a unique ever-increasing pane id to each pane, export it in $TMUX_PANE
|
|
||||||
(as %1, %2 etc) and allow it to be used as a target
|
|
||||||
- way to add dest for break-pane; maybe some easier way to unbreak-pane
|
- way to add dest for break-pane; maybe some easier way to unbreak-pane
|
||||||
- case insensitive searching
|
- case insensitive searching
|
||||||
- pane-index option like base-index
|
- pane-index option like base-index
|
||||||
@ -117,8 +115,6 @@
|
|||||||
key is looked up in that table
|
key is looked up in that table
|
||||||
- pass shell commands as argv rather than strings, allow them to be specified
|
- pass shell commands as argv rather than strings, allow them to be specified
|
||||||
in commands without quotes
|
in commands without quotes
|
||||||
- combine all options into 1 table (inc defaults) - can use C99 .foo = blah
|
|
||||||
syntax
|
|
||||||
- a command to choose from a generic list, so you can do eg
|
- a command to choose from a generic list, so you can do eg
|
||||||
choose-list -l Abc,Moo,Blah "run-shell 'sh /my/choose/script %%'"
|
choose-list -l Abc,Moo,Blah "run-shell 'sh /my/choose/script %%'"
|
||||||
- else part for if-shell
|
- else part for if-shell
|
||||||
|
Loading…
Reference in New Issue
Block a user