ericrbg-harmonic

Results 6 comments of ericrbg-harmonic

Will we be able to limit the scope of the metavariable in this way? e.g. `?foo(x)` from your example above

I still can't seem to get capslock to work properly; I just want to remap it to f13 to then do custom shortcuts, but copying davmacario's answer just leads to...

@bintoro Sorry - I missed that the issue is a more specific issue than just "capslock doesn't work". The simple modification via the UI does not work, which is why...

That's an interesting feature, but I think what I was looking for was above instead, referencing `_fzf_setup_completion` and the default settings: https://github.com/junegunn/fzf/blob/f9d7877d8b01e58c53c5b7f746f02c8ab81b17d6/shell/completion.bash#L577-L594 However, this still doesn't work on a fairly...

Thanks for that; I cannot replicate the `fzf` completion working at any point here. I followed all your steps directly. Maybe it's my bash version? I'm on: ```bash bash-5.2$ bash...

(dev is some remote server) ``` ❯ ssh dev -t "bash --norc --noprofile" bash-5.2$ source /usr/share/bash-completion/bash_completion bash-5.2$ export PATH="~/.fzf/bin:$PATH" bash-5.2$ eval "$(fzf --bash)" bash-5.2$ complete | grep fzf complete -F...