Skip to content

Instantly share code, notes, and snippets.

@menon92
Created August 26, 2019 17:42
Show Gist options
  • Save menon92/479c5ebeb357804cfce255a5e58a4f24 to your computer and use it in GitHub Desktop.
Save menon92/479c5ebeb357804cfce255a5e58a4f24 to your computer and use it in GitHub Desktop.
My vim setup
" Don't try to be vi compatible
set nocompatible
" Turn on syntax highlighting
syntax on
" Show line numbers
set number
" Encoding
set encoding=utf-8
" enable copy paste using mouse
set mouse=r
" enable drag windows
set mouse=n
" set tab size
set tabstop=4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment