Skip to content

Instantly share code, notes, and snippets.

@gazs
Created January 6, 2011 11:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gazs/767792 to your computer and use it in GitHub Desktop.
Save gazs/767792 to your computer and use it in GitHub Desktop.
filetype plugin indent on
syntax on
set lbr!
set wrap
set tabstop=2
set shiftwidth=2
set expandtab
set hlsearch
set mouse=a
set number
" middleclick (scroll area-ra taposás) paste kiölése:
map <MiddleMouse> <Nop>
imap <MiddleMouse> <Nop>
map <2-MiddleMouse> <Nop>
imap <2-MiddleMouse> <Nop>
set t_Co=256
colorscheme slate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment