Vim tip: substitute pattern delimiter doesn't need to be a slash
Vim tip explaining that the substitute command delimiter doesn't have to be a slash, allowing easier handling of paths and URLs.
Vim tip explaining that the substitute command delimiter doesn't have to be a slash, allowing easier handling of paths and URLs.
Explains why typing in the terminal is confusing due to inconsistent text editing across different programs and shares useful tips.
A guide to performing project-wide find and replace operations in Neovim using Telescope, Quickfix, and the cfdo command.
How to remove Windows line feed characters (^M) from files when using the vi editor on Unix systems.