Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

elegantly disable "^I" bind #884

Closed
Alessandro-Barbieri opened this issue May 23, 2015 · 3 comments
Closed

elegantly disable "^I" bind #884

Alessandro-Barbieri opened this issue May 23, 2015 · 3 comments

Comments

@Alessandro-Barbieri
Copy link

In order to get zsh-users/zsh-autosuggestions#14 working we need to comment these lines:

bindkey -M "$keymap" "$key_info[Control]I" \
expand-or-complete-with-indicator

There is a way to achieve the same without commenting the code?

@sorin-ionescu
Copy link
Owner

If you load auto-suggestions after editor, it should override it.

@Alessandro-Barbieri
Copy link
Author

I load autosuggestion after prezto.

@sorin-ionescu
Copy link
Owner

bindkey -rM "$keymap" "$key_info[Control]I" ought to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants