LangLangBart

Results 68 comments of LangLangBart

> setting `setopt share_history` in `.zshrc` should achieve the same, even outside fzf, if I recall correctly Open one terminal, let's call it `ALPHA`, then open another terminal, let's call...

Adding entries to the `HISTORY_IGNORE` was the key missing idea to make it work. The following allows you to delete a selected entry from your history file using the ⌃...

> What exactly is happening in these complex keybindings … | term | description | | ----------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `fc -pa $HISTFILE` | pushes all the elements from...

- would that work for you as a verbose workaround ? - upon ⌃ Control + A it should open a new `fzf` process and still have the same selected...

No, `fzf` does not have that. Someone has to write a **zsh** completion function for it. > _Completion functions for commands are stored in files with names beginning with an...

- most zsh completion files for `fzf` [found on GitHub](https://github.com/search?q=%2F%5E%23compdef+fzf%24%2F&type=code) are a bit outdated or just do the same thing as `compdef _gnu_generic fzf` does, but there is **one** version...

> _@LangLangBart - how have you founded this example? Used git search engine for files with name _fzf?_ ### GitHub WebUI I posted the search link in my previous comment....

> _I had to use a bit other params for bat bat --language zsh --style=numbers --color=always_ I missed the `--color=always`, it was only set in my `.zshrc`, and `--number` is...

> - [x] I'm not able to find an [open issue](https://github.com/continuedev/continue/issues?q=is%3Aopen+is%3Aissue) that reports the same bug A very recent report, #856, suggests disabling indexing in the `$HOME/.continue/config.json` file.

v0.9.73 Fixed with commit: 83e05352510c171f7f8b7ed6db0f055cbdb9b44a