← Back to context Comment by arcanemachiner 13 hours ago Make sure to add fzf + shell integration for maximum Ctrl+r goodness. 1 comment arcanemachiner Reply ZeroGravitas 9 hours ago Also worth reading the intro to fzf search syntax.https://junegunn.github.io/fzf/search-syntax.The $ and bang and exact search are neat, but the bit at the bottom as to why `gadd` or `gas` is a better search for `git add something` than something with full words and spaces is a revelation when first using fzf.
ZeroGravitas 9 hours ago Also worth reading the intro to fzf search syntax.https://junegunn.github.io/fzf/search-syntax.The $ and bang and exact search are neat, but the bit at the bottom as to why `gadd` or `gas` is a better search for `git add something` than something with full words and spaces is a revelation when first using fzf.
Also worth reading the intro to fzf search syntax.
https://junegunn.github.io/fzf/search-syntax.
The $ and bang and exact search are neat, but the bit at the bottom as to why `gadd` or `gas` is a better search for `git add something` than something with full words and spaces is a revelation when first using fzf.