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

0

Total Commits

0

(v1: 0, v2: 0)
Total Deployments

0

Latest commit:Unable to fetch commit info
9/17/2025
Latest deployment:
pending
9/17/2025
v2
Started 9/17/2025

Built by Remco Stoeten with a little ❤️

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.

Disable Sudo Password Prompts on macOS

Next Page

On this page

Explanation
Sep 17, 2025
4 min read
631 words