Skip to content
Discussion options

You must be logged in to vote

Meanwhile, I do find it useful to see the last-level files during cd. Is there a way to possibly just show the filenames in the completion menu, but not autocompletes the path all the way?

If you just want to show the completion names and do not want to complete them, you may bind complete show_menu to C-i (TAB).

# blerc

# For emacs editing mode (default)
ble-bind -m emacs -f C-i 'complete show_menu'
ble-bind -m emacs -f TAB 'complete show_menu'

# For vi editing mode
ble-bind -m vi_imap -f C-i 'vi_imap/complete show_menu'
ble-bind -m vi_imap -f TAB 'vi_imap/complete show_menu'

However, with this setting, the completion doesn't happen at all, which may not be what you want.


If you wan…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@allpan3
Comment options

@akinomyoga
Comment options

@allpan3
Comment options

Answer selected by allpan3
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants