mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Two new commands, choose-window and choose-session which work only when bound to a key and allow the window or session to be selected from a list.
This commit is contained in:
3
TODO
3
TODO
@ -71,6 +71,9 @@
|
||||
- fix rxvt cursor fg issue (text under cursor has non-white fg)
|
||||
- key handling sucks a bit and needs to be reworked
|
||||
- window selection mode a la C-a " in screen
|
||||
generic choice code, then: choose-window and choose-session options
|
||||
which build a list of options (name, idx), pass them choice code,
|
||||
then convert the return idx back into pointer and select the item
|
||||
|
||||
for 0.6:
|
||||
- document OPTIONS section in man page with description of new option handling
|
||||
|
Reference in New Issue
Block a user