Wednesday, January 8, 2014

gVim: a macro to insert an underline (====) with Ctrl-L

    :map <C-l> :call append(".",repeat("=",(col("$")-1)))<CR>:echo "*BOOM*"<CR>

No comments:

Post a Comment