Ken's Lotto Syndicate

Powerball Syndicate Home Page

Site Tools


vi_vim

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
vi_vim [2025/05/21 00:06] kenvi_vim [2026/07/07 23:13] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +===== Adding a character to the end of every line, using vim =====
 +
 +<code>
 +:%norm A*
 +</code>
 +//
 +This is what it means:
 +//
 +<code>
 +       = for every line//
 + norm    = type the following commands//
 + A*      = append '*' to the end of current line//
 +</code>
 +//
 +
 ===== vi Complete Key Binding List ===== ===== vi Complete Key Binding List =====
  
vi_vim.1747786001.txt.gz · Last modified: (external edit)