Blog | Admin | Archives

Best Vim Tips Ever

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. Ryan 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