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

Resh overrides behaviour of zsh-autosuggestions #199

Open
dawidnawrot opened this issue Feb 9, 2024 · 1 comment
Open

Resh overrides behaviour of zsh-autosuggestions #199

dawidnawrot opened this issue Feb 9, 2024 · 1 comment

Comments

@dawidnawrot
Copy link

So, there's this very popular zsh-autosuggestions plugin for zsh. Once this plugin is enabled and you start typing it suggest previously used commands by showing rest of the command as grayed out and you can use right arrow to autocomplete it. But also you can go through previous commands which starts with the part of command you provided by moving arrow up and down and this feature is not accessible anymore after installing and enabling at least once resh with CTRL+R:

Without resh (move arrows up and down, you get latest commands that starts with ls):
Screencast from 09 02 2024 08_25_40

With resh (move arrows up and down, you get just latest commands):
Screencast from 09 02 2024 08_33_02

I'd love to use resh, but also I'd like to keep fully working autocomplete plugin. Is there any configuration I can adjust to make it work together?

@curusarn
Copy link
Owner

Hi @dawidnawrot,

Sorry for the delay here.

Resh used to bind arrow up/down keys but it doesn't anymore.

Could you share what Resh version are you running?
Run reshctl version to check versions.
You should see output like this if you have the latest version:

❯ reshctl version
Installed: 3.0.2
This terminal session: 3.0.2
Currently running daemon: 3.0.2

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

No branches or pull requests

2 participants