cmderdev/cmder

Autocomplete and accept suggestions keybinding

Closed this issue · 1 comments

t1a2l commented

Question

I want tab to be used to both autocomplete and accept suggestion, the config key for that is nowhere to be found. How can i acheive that? currenlty tab for auto complete and right arrow to accept suggestion.

Checklist

  • I have read the documentation and made sure what I'm looking for isn't present, or is unclear.
  • I have searched for similar issues, and either this question wasn't asked before, or I didn't find any that describe my question.

Completions and Auto-Suggestions are very different systems. Combining both of them into a single key means one of them would become unavailable.

Read here for more information. There are several similar posts in the Clink forum, and I've tried to explain how and why that isn't possible to do without losing one of the features. Read How Completion Works and Auto-Suggest to learn more about how each of the features works.

If you don't want to see the whole-line-auto-suggestions, then turn off that feature by running clink set autosuggest.enable false.