Skip to content

select an offered completion by number? #284

Answered by akinomyoga
bkerin asked this question in Q&A
Discussion options

You must be logged in to vote

I've never used indirect selection but it seems like it might be better than my current habit of typing more until disambiguous (since that's often sort of unknown how much be typed and the file is often visually recognized immediately). But I didn't see anyway to go from these label numbers to selection by number?

@bkerin I have supported this in commit b91b8bc. You can use M-0...M-9 to start selecting a menu item by its index (immediately after starting the completion or when in the menu-complete mode). If you would like to also use 0..9 to start the selection by the index, you can use the following settings:

# blerc

for key in {0..9}; do
  ble-bind -m emacs -f "$key" 'append-arg ent…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@akinomyoga
Comment options

Answer selected by akinomyoga
Comment options

You must be logged in to vote
1 reply
@akinomyoga
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
NYI/NewFeat Not yet implemented or New Feature
2 participants