Great Git Advice
I especially found the list of aliases useful.
I especially found the list of aliases useful.
Great little Vim script to copy buffer contents to the clipboard as HTML (i.e. keep all of the formatting as shown in GVim) for Windows.
Awhile back, I posted an article about quickly translating the current buffer in Vim to HTML using the following:
:runtime! syntax/2html.vim
However, there’s an even better way (at least for me to memorize):
:TOhtml
Enjoy and happy viming.
loading tweets…
Top