Vim Tips Wiki
Edit Page
We recommend that you log in before editing. This will allow other users to leave you a message about your edit, and will let you track edits via your Watchlist. Creating an account is quick and free.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 4: Line 4:
 
|previous=1168
 
|previous=1168
 
|next=1172
 
|next=1172
βˆ’
|created=2006
+
|created=March 15, 2006
 
|complexity=basic
 
|complexity=basic
 
|author=Alan Brogan
 
|author=Alan Brogan
Line 31: Line 31:
 
</pre>
 
</pre>
   
βˆ’
Then pressing <code>\v</code> gives
+
Then pressing <tt>\v</tt> gives
 
<pre>
 
<pre>
 
formula = 3 * y + 4 * z
 
formula = 3 * y + 4 * z
Line 46: Line 46:
   
 
==Comments==
 
==Comments==
βˆ’
Note that the <code>"</code> register has your last edit and in insert mode, <C-R> will paste the contents of the register indicated by the next keystroke, so your example re-interpreted with standard commands is:
+
Note that the <tt>"</tt> register has your last edit and in insert mode, <C-R> will paste the contents of the register indicated by the next keystroke, so your example re-interpreted with standard commands is:
   
 
<pre>
 
<pre>
Please note that all contributions to the Vim Tips Wiki are considered to be released under the CC-BY-SA
Cancel Editing help (opens in new window)