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:05] 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 =====
  
Line 4: Line 19:
 ==== complete key binding reference ==== ==== complete key binding reference ====
 Key Action Followed by\\ Key Action Followed by\\
 +| a | enter insertion mode after current character |
 **a** enter insertion mode after current character text, ESC **a** enter insertion mode after current character text, ESC
 b back word\\ b back word\\
vi_vim.1747785955.txt.gz · Last modified: (external edit)