Skip to content

Instantly share code, notes, and snippets.

@SebastienElet
Created December 11, 2012 17:00
Show Gist options
  • Save SebastienElet/4260301 to your computer and use it in GitHub Desktop.
Save SebastienElet/4260301 to your computer and use it in GitHub Desktop.
.vimrc
set encoding=utf-8
set number
set title
syntax on
set autoindent
set expandtab
set background=dark
set mouse=a
nnoremap <silent> <C-MouseDown> <C-W>-
nnoremap <silent> <C-MouseUp> <C-W>+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment