mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Support command sequences separated by " ; ". Also clean up command printing.
This commit is contained in:
6
TODO
6
TODO
@ -70,10 +70,12 @@
|
||||
- command: load-buffer -b number filename
|
||||
- command: copy-buffer -s src-session -t dst-session -a src-index -b dst-index
|
||||
(copy from other session)
|
||||
- function groups, bind-key ^W { select-window 0; send-key ^W } etc ***
|
||||
- neww should support -k
|
||||
- document suspend-client
|
||||
- flag to scroll-mode/copy-mode to automatically scroll up a page
|
||||
- would be nice if tmux could be the shell
|
||||
- key to switch to copy mode from scroll mode
|
||||
- clone session command
|
||||
- document suspend-client
|
||||
- document command sequences
|
||||
- make command sequences more usable: don't require space around ;, handle
|
||||
errors better
|
||||
|
Reference in New Issue
Block a user