Email or username:

Password:

Forgot your password?
Top-level
Theodor René Carlsen

@b0rk 1. Fuzzy search history (like fzf)
2. Recently I've actually started using copilot CLI. Actually convenient for tasks I do not do as often. "?? grep hidden files"

3 comments
Julia Evans

@theodorc how do you use fzf? a lot of people have mentioned it but I've never quite understood how people are actually using it in practice

Theodor René Carlsen

@b0rk just a replacement for Ctrl+r backward search. It's the method that introduced me to fzf. I think it's part of the install that you can add the keybinding. Probably something "history | fzf" but I'm not sure. :/

Go Up