Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
itchynosedev
on March 21, 2023
|
parent
|
context
|
favorite
| on:
So you've installed `fzf` – now what?
You can also go to the specific line you pick from fzf search
nvim $(rg . --vimgrep | fzf | awk -F: '{print $1, "+" $2+0}')
Consider applying for YC's Spring batch! Applications are open till Feb 11.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
nvim $(rg . --vimgrep | fzf | awk -F: '{print $1, "+" $2+0}')