Eric Freese

Results 104 comments of Eric Freese

Thanks. Do you get an error running these in `zsh -df`? ``` % exec {fd}

Ah interesting. This may be something caused by sourcing your zshrc more than once. That's not generally recommended. To reload config changes you make to your zshrc file, just restart...

Looks like an issue with bracketed-paste-magic. I'll look into it but for now, you could try one of these: - disabling bracketed-paste-magic (it's enabled by default in oh my zsh)...

A little more info: It looks like this was not an issue with zsh version 5.4.2, but is an issue with 5.5.1.

> I think bracketed pasted magic is disabled for me? Ok I am able to reproduce it with bracketed-paste-magic, but not without, so I suspect you may still somehow have...

@hlascelles Can you reproduce using `zsh -f` and sourcing the plugin manually?

@aaronjensen @hlascelles I'm a little confused here. @hlascelles's comment said that he had bracketed-paste-magic disabled, but @aaronjensen's `zsh -f` repro steps have it enabled. I'm also assuming @aaronjensen meant the...

Ok, that makes sense. Lets keep this thread about the bracketed-paste-magic issue and if there is another issue that we can recreate _without_ bracketed-paste-magic, lets open a new issue for...

Hi, I think that this is a similar bug to #241. See https://github.com/zsh-users/zsh-autosuggestions/issues/241#issuecomment-375812886 and https://github.com/zsh-users/zsh-autosuggestions/pull/319 Try adding those widgets to your `ZSH_AUTOSUGGEST_CLEAR_WIDGETS` via something like this in your zshrc: ```...

Hi, if I'm understanding you correctly, it sounds like you're requesting the same functionality as #192, #409, #533. Do the `history-beginning-search-forward` and `history-beginning-search-backward` widgets work for you? I personally like...