cohml

Results 63 comments of cohml

Aaaaaaand I just figured it out haha. My functions are now working as intended, including postprocessing, thanks to the magic of `$LBUFFER`. Thanks for telling me about that. At the...

Good questions. > How would we prepare the candidate list in this case? A list of what? I'm not sure what the "default" behavior should be. Does there need to...

> Can you elaborate? Are you defining `_fzf_comprun`? Or `_fzf_complete_AWS_PROFILE`? I have defined the following function: _fzf_complete_AWS_PROFILE() { _fzf_complete --prompt="AWS profiles> " -- "$@" <

> 1. fzf ignores a token containing `=` because it's obviously not a command, and 2. it requires a whitespace after the command token because we're completing an argument for...

I'm not @diminutivesloop, but I can be another data point. I use [this plugin](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/per-directory-history), which is the same as [the one you linked](https://github.com/jimhester/per-directory-history), except that I install it via Oh-My-Zsh....

Hey that fixes it for me! I know your README already covers this a bit. For some reason it just hadn't occurred to me that `zvm_after_init` could also work with...

I'm still not @diminutivesloop lol, so I'd wait for him to respond before closing. But I will star for sure. This project is great and you are a very responsive...

@diminutivesloop Try [this](https://github.com/jeffreytse/zsh-vi-mode/issues/195#issuecomment-1645681984). Just add that to your .zshrc, adjusting the path as necessary ofc. I had the same issue as you, and this solution seems to have fixed it.

The simplest implementation may be to implement an option whereby one can specify the path to an arbitrary history file (provided of course that it is a zsh-formatted/compatible history file),...