mirror of
https://github.com/tmux/tmux.git
synced 2024-11-16 17:39:09 +00:00
+.
This commit is contained in:
parent
edc901d107
commit
6b522bd770
3
TODO
3
TODO
@ -34,7 +34,6 @@
|
|||||||
- make command sequences more usable: don't require space after ;, handle
|
- make command sequences more usable: don't require space after ;, handle
|
||||||
errors better
|
errors better
|
||||||
- attach should have a flag to create session if it doesn't exist
|
- attach should have a flag to create session if it doesn't exist
|
||||||
- rename split-window -> split-pane??
|
|
||||||
- choice and more mode would be better per client than per window?
|
- choice and more mode would be better per client than per window?
|
||||||
- hooks to which commands may be attached, for example: tmux add-hook
|
- hooks to which commands may be attached, for example: tmux add-hook
|
||||||
"new-session" if-shell "[ -e $HOME/.tmux-session.conf ]" source-file
|
"new-session" if-shell "[ -e $HOME/.tmux-session.conf ]" source-file
|
||||||
@ -51,6 +50,7 @@
|
|||||||
- list-* vs show-*
|
- list-* vs show-*
|
||||||
- server-info
|
- server-info
|
||||||
- up-pane/down-pane/swap-pane -U/swap-pane -D vs next-*/previous-*
|
- up-pane/down-pane/swap-pane -U/swap-pane -D vs next-*/previous-*
|
||||||
|
- split-window -> split-pane??
|
||||||
- tidy up and prioritise todo list ;-)
|
- tidy up and prioritise todo list ;-)
|
||||||
- neww and attach can create a session if none exists?
|
- neww and attach can create a session if none exists?
|
||||||
would work fine with config file since
|
would work fine with config file since
|
||||||
@ -78,3 +78,4 @@
|
|||||||
- bind commands to mouse buttons
|
- bind commands to mouse buttons
|
||||||
- UTF-8 to a non-UTF-8 terminal should not be able to balls up
|
- UTF-8 to a non-UTF-8 terminal should not be able to balls up
|
||||||
the terminal - www/ruby-addressable; make regress
|
the terminal - www/ruby-addressable; make regress
|
||||||
|
- copy mode needs a tidy/cleanup
|
||||||
|
Loading…
Reference in New Issue
Block a user