The Memory Bank

...for memory blanks

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/19 00:18] kenvi_vim [2026/01/16 03:37] (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 =====
  
 This is not intended as a tutorial. It is a reference on what every vi key binding does, followed by some useful vi tricks and tips. An expert will probably know most of these already, but an intermediate vi user will find valuable information, and even an expert may learn a thing or two.\\ This is not intended as a tutorial. It is a reference on what every vi key binding does, followed by some useful vi tricks and tips. An expert will probably know most of these already, but an intermediate vi user will find valuable information, and even an expert may learn a thing or two.\\
-complete key binding reference+==== complete key binding reference ====
 Key Action Followed by\\ Key Action Followed by\\
-a enter insertion mode after current character text, ESC+| enter insertion mode after current character | 
 +**a** enter insertion mode after current character text, ESC
 b back word\\ b back word\\
 c change command cursor motion command\\ c change command cursor motion command\\
vi_vim.1747613936.txt.gz · Last modified: (external edit)