Blog | Admin | Archives | Heatmap | Recent | Random | Wishlist | Plan | Gallery

Best Vim Tips Ever

Note: This post is over 2 years old. It may contain outdated information and broken links. Please temper your expectations accordingly.

How to move Vim’s swapfile and backup to another directory.

How to disable the honking huge toolbar.

One Response to “Best Vim Tips Ever”

  1. RyanNo Gravatar Says:

    Everything you need:


    colorscheme torte

    set ts=4
    set sw=4
    set nowrap

    set guioptions=m
    set directory=~/temp/swap//
    set backupdir=~/temp/back//

Leave a Reply