Skip to content

Instantly share code, notes, and snippets.

@KarolBedkowski
Created March 1, 2017 18:20
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 KarolBedkowski/c29ae2053fe68644dd2415c81430c136 to your computer and use it in GitHub Desktop.
Save KarolBedkowski/c29ae2053fe68644dd2415c81430c136 to your computer and use it in GitHub Desktop.
minimal vimrc
set nocompatible
syntax on
filetype plugin indent on
set wildmenu
set autoindent
"set number
set backspace=indent,eol,start
set ruler
set ignorecase
set smartcase
set hlsearch
set showmatch
set nobackup
set nowb
set noswapfile
map j gj
map k gk
set laststatus=2
set statusline=%<%f%=\ %r%{getcwd()}%h\ %q[%M%R%H%Y,%{\"\".(&fenc==\"\"?&enc:&fenc).((exists(\"+bomb\")\ &&\ &bomb)?\",B\":\"\").\"\\"},%{&ff}]\ %3c,%4l/%-4L
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment