Total Posts

0

Total Commits

0

(v1: 0, v2: 0)
Total Deployments

0

Latest commit:Unable to fetch commit info
10/13/2025
Latest deployment:
pending
10/13/2025
v2
Started 10/13/2025

Built by Remco Stoeten with a little ❤️

RS
Snippets
HomeSnippetsQuery BuilderDocumentation
Welcome to Snippets
Find and replace all occurrences in Neovim
Keybindings remap
Replace all without overwriting current clipboard
Configs/Neovim

Replace all without overwriting current clipboard

ggVG
"_d
"+p

Explanation

gg to go to start of the file. VG To select all below (entire file as you're at start because of gg. "_d _ prevents d from overwriting clipboard. d deletes the selection. Why " is needed, no clue. "+p to paste clipboard. Maybe only p might work.

xxx

Keybindings remap

Some rebinds I use to make me feel more at home in neovim.

Prevent system from prompting for your password when you type sudo

Next Page

On this page

Explanation
Oct 13, 2025
1 min read
135 words