Vim Tips Wiki
Register
No edit summary
 
Line 32: Line 32:
 
'''Anonymous'''
 
'''Anonymous'''
 
, January 16, 2007 20:22
 
, January 16, 2007 20:22
  +
----
  +
let me point you guys to [http://www.vim.org/scripts/script.php?script_id=431 this script] that you can simply drop in your .vim/plugin directory and straight away use "\f" to start a note and "\r" to end a note. quite useful. anarcat, aug 30 2007
  +
 
----
 
----
 
<!-- parsed by vimtips.py in 0.425056 seconds-->
 
<!-- parsed by vimtips.py in 0.425056 seconds-->
  +
  +
  +
[[Category:VimTip]]

Revision as of 19:33, 30 August 2007

Previous TipNext Tip

Tip: #174 - Footnotes

Created: December 6, 2001 5:25 Complexity: basic Author: Klaus Fischer <usenet-de--AT--nexgo.de> Version: 6.0 Karma: 132/45 Imported from: Tip#174

ab (1 [1]<esc>:/^--\s/-1/<cr>o<insert><cr>Footnotes:<cr>----------<cr>[1]

ab (2 [2]<esc>:/^Footnotes\:/+2/<cr>o<insert>[2]

ab (3 [3]<esc>:/^Footnotes\:/+3/<cr>o<insert>[3]

ab (4 [4]<esc>:/^Footnotes\:/+4/<cr>o<insert>[4]

ab (5 [5]<esc>:/^Footnotes\:/+5/<cr>o<insert>[5]

Comments

Although I can tell what these does, I imagine that much of the intended audience ('basic' tips users) can't just tell by looking. Perhaps some annotation is in order.

rjbs , April 5, 2002 4:50


this tip is useless without any explanation. So what do these do anyway?

Anonymous , January 16, 2007 20:22


let me point you guys to this script that you can simply drop in your .vim/plugin directory and straight away use "\f" to start a note and "\r" to end a note. quite useful. anarcat, aug 30 2007