Skip to content

Instantly share code, notes, and snippets.

@josuesasilva
Last active December 11, 2015 04:49
Show Gist options
  • Save josuesasilva/4547877 to your computer and use it in GitHub Desktop.
Save josuesasilva/4547877 to your computer and use it in GitHub Desktop.
Configurações básicas do Vim no Windows.
set noswapfile
set backupdir=C:\Windows\Temp
set guifont=Consolas:h11
set fileencoding=utf-8
map <F5> <esc>:!python %<cr>
set guioptions-=L "remove left-hand scroll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment