Skip to content

Instantly share code, notes, and snippets.

@pratik60
Created September 23, 2013 18:27
Show Gist options
  • Save pratik60/6674790 to your computer and use it in GitHub Desktop.
Save pratik60/6674790 to your computer and use it in GitHub Desktop.
vimrc
set nocompatible
set backspace=indent,eol,start
syntax on 
set mouse=a
set showmatch
set autoindent
set foldmethod=manual
imap <silent> <Down> <C-o>gj
imap <silent> <Up> <C-o>gk
nmap <silent> <Down> gj
nmap <silent> <Up> gk
source $VIMRUNTIME/menu.vim
set wildmenu
set cpo-=<
set wcm=<C-Z>
map <F4> :emenu <C-Z>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment