- 4 Posts
- 3 Comments
Joined 2 years ago
Cake day: June 30th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
brianpeiris@lemmy.caOPto Neovim@programming.dev•Claude 3.5 solved my mapping problem very nicelyEnglish5·8 months agoI’m using
:Rg
here, which calls ripgrep to perform a search across all files in a directory. So it’s not just a search within a single buffer.
brianpeiris@lemmy.caOPto Programming@programming.dev•This misleading, GPT generated article is on the first page of Google results for "ECMAScript 2023"English16·2 years agoThe current versions of ChatGPT are quite stable in their outputs. If I enter the title and subtitle of this article, it completes it with very similar results:
I’m using
:Rg
in the mapping, which calls ripgrep via fzf.vim, so it searches across all files in a project and gives me a preview of all the results.