Vim Tips Wiki
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 90: Line 90:
 
<pre>
 
<pre>
 
:r !date /t
 
:r !date /t
</pre>
 
 
The above commands insert the output of the <code>date</code> program after the current line. If wanted, the <code>!!</code> command can be used to filter the current line, replacing it with the output of <code>date</code>.
 
<pre>
 
!!date
 
# Under Windows, use:
 
!!date /t
 
 
</pre>
 
</pre>
   
Line 163: Line 156:
   
 
==Comments==
 
==Comments==
  +
Type <code>dts</code> in insert mode to expand to a datestamp: {{help|abbreviations}} using an expression {{help|:map-expression}}
 
<pre>
  +
:iab <expr> dts strftime("%c")
 
</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)