Branch: refs/heads/master
Home: https://github.com/tmux/tmux
Commit: b06235c345d8d6426d3c8208b4e475e6c60ac884
https://github.com/tmux/tmux/commit/b06235c345d8d6426d3c8208b4e475e6c60ac884
Author: Nicholas Marriott <[email protected]>
Date: 2020-04-29 (Wed, 29 Apr 2020)
Changed paths:
M Makefile.am
M menu.c
M server-client.c
M status.c
M tmux.h
Log Message:
-----------
Improve command prompt completion:
- Show a menu with completions if there are multiple.
- Don't complete argument stuff (options, layouts) at start of text.
- For -t and -s, if there is no : then complete sessions but if there is a :,
show a menu of all windows in the session rather than trying to complete the
window name which is a bit useless if there are duplicates.
Lots of scope for being more sophisticated left here.
--
You received this message because you are subscribed to the Google Groups
"tmux-git" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web, visit
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/7c52d7-b06235%40github.com.