Guest User

Untitled

a guest
Feb 22nd, 2012
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VIM 0.64 KB | None | 0 0
  1. """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
  2. "                       Configurações do modo gráfico
  3. """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
  4. if has('gui_running')
  5.     set lines=30                        " 30 linhas de texto
  6.     set columns=130                     " 130 colunas de texto
  7.     set guifont=Monaco\ 13              " Fonte Monaco de tamanho 13
  8.     set cursorline                      " Destaca a linha atual
  9.     hi  cursorline guibg=#333333        " Cor de fundo da linha destacada
  10.     set guifont=Monaco\ 13              " Fonte Monaco de tamanho 13
  11. endif
Advertisement
Add Comment
Please, Sign In to add comment