UP | HOME

FZF

I've been using fzf1 for a while now and I really like it. I have disabled some of the default overrides like replacing C-t since I actually use the transpose command some times.

To fix this, you can revert back the fzf overrides like this,

# Replace bindkey that FZF sets for C-t
bindkey '^t' transpose-chars
# Replace bindkey that FZF sets for M-c
bindkey '\ec' capitalize-word

Though the tool works reasonably well, I wonder if the same could be accomplished using GNU Emacs and Helm, but launching it in a separate tmux pane instead.

Footnotes:


Copyright © 2019-2023 Russell Sim (rsl@simopolis.xyz).

Author: Russell Sim (Mastodon | SourceHut | Github) Date: 2020-08-12 Wed 00:00 Emacs 29.0.91 (Org mode 9.6.5)