Explore

vim × hackernoon.com ×
  • screenshot

    Vim - 4: A Guide on Copying, Removing, and Pasting

    Copy & Paste - copy current line. Paste after cursor - paste after cursor. Remove &...

  • screenshot

    How to Replace Text in a File With VIM

    1. Basic Substitution: Using `:s` to replace the first occurrence of text on the current line....

  • screenshot

    Vim Commands for Text Modification

    Learned Vim essentials: append ('a'), change word ('cw'), replace ('r'/'R'). Efficiently edit text, navigate, delete spaces,...

  • screenshot

    How to Open a File With Vim

    Explore Vim commands: navigate, edit, and save files efficiently in Vim, from moving between lines to...