commit | b06235c345d8d6426d3c8208b4e475e6c60ac884 | [log] [download] |
---|---|---|
author | Nicholas Marriott <nicholas.marriott@gmail.com> | Wed Apr 29 13:56:10 2020 +0100 |
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | Wed Apr 29 13:56:10 2020 +0100 |
tree | 496515ffeaeebeaba5f1e660a7e2b111ea86abdf | |
parent | 7c52d702e4bb6d3783984001678f5be98b56b7e6 [diff] |
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.