Skip to content

Instantly share code, notes, and snippets.

@pablofmorales-olx
Created January 10, 2013 13:25
Show Gist options
  • Save pablofmorales-olx/4502012 to your computer and use it in GitHub Desktop.
Save pablofmorales-olx/4502012 to your computer and use it in GitHub Desktop.
Config for vim
set nu " Line numbers on
set nowrap " Line wrapping off
set timeoutlen=250 " Time to wait after ESC (default causes an annoying delay)
set ts=4 " Tabs are 2 spaces
set bs=2 " Backspace over everything in insert mode
set shiftwidth=4 " Tabs under smart indent
set nocp incsearch
set cinoptions=:0,p0,t0
set cinwords=if,else,while,do,for,switch,case
set formatoptions=tcqr
set cindent
set autoindent
set smarttab
set expandtab
set showmatch " Show matching brackets.
set mat=5 " Bracket blinking.
set novisualbell " No blinking .
set noerrorbells " No noise.
set laststatus=2 " Always show status line.
set mousehide " Hide mouse after chars typed
set mouse=a " Mouse in all modes
syntax on
@gepatino
Copy link

el set mouse=a es de topu, sabelo

@pablofmorales-olx
Copy link
Author

si lo se :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment