mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Key repeating is now a property of the key binding not of the command. Repeat
is turned on when the key is bound with the -r flag to bind-key. next/previous- window no longer repeat by default as it turned out to annoy me.
This commit is contained in:
3
TODO
3
TODO
@ -90,9 +90,8 @@
|
||||
- better support for stupid margin terminals. strcmp for cons25 sucks, how can
|
||||
these be autodetected?
|
||||
- refer to windows by name etc (duplicates? fnmatch?)
|
||||
- n/p repeat is annoying, turn off
|
||||
- repeat should be a key flag and should be configurable (bind -r)
|
||||
|
||||
- document repeat behaviour and -r on bind-key
|
||||
- document status-keys
|
||||
- document break-pane
|
||||
- document -8 flag
|
||||
|
Reference in New Issue
Block a user