Skip to content

Instantly share code, notes, and snippets.

@urielaero
Created July 29, 2015 17:40
Show Gist options
  • Save urielaero/b21b4ca44af7234ff7a0 to your computer and use it in GitHub Desktop.
Save urielaero/b21b4ca44af7234ff7a0 to your computer and use it in GitHub Desktop.
map <F5> :set expandtab tabstop=4<cr>
map <F6> :set foldmethod=syntax <cr>
map <F7> :set cursorcolumn cursorline <cr>
map <F8> :tabs <cr>
map <F9> :tabn <cr>
map <F8> :setlocal spell spelllang=es_es<cr>
set background=dark
set number
set autoindent
syntax on
"pathogen
execute pathogen#infect()
"interastic
let g:interestingWordsTermColors = ['777', '888', '999', '555', '888', '444']
let g:interestingWordsRandomiseColors = 1
"startify.txt in vim :h startify
let g:startify_list_order = [
\ [' ⛃ Sesiones guardadas:'],
\ 'sessions',
\ [' ✪ Favoritos:'],
\ 'bookmarks',
\ [' ⌚ Abiertos recientemente'],
\ 'files',
\ [' ⌚ Abiertos recientemente en el directorio actual:'],
\ 'dir'
\ ]
let g:startify_bookmarks = [ '~/.vimrc' ]
let g:startify_custom_header = map(split(system('fortune | cowsay'), '\n'), '" ". v:val') + ['','']
"es por karma (test suite) explota por esto
set backupdir=/home/USERNAME/.vim/backup_dir
set directory=/home/USERNAME/.vim/swap_dir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment