Skip to content

Instantly share code, notes, and snippets.

@earthday
Created January 19, 2016 05:16
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 earthday/db5025fea843b9684043 to your computer and use it in GitHub Desktop.
Save earthday/db5025fea843b9684043 to your computer and use it in GitHub Desktop.
Simple vimrc for server
set nu
set autochdir
set encoding=utf-8
set fileencoding=utf-8
set ai
set si
set ts=4
set st=4
set sw=4
set et
set vb t_vb=
set ignorecase
set hlsearch
set incsearch
set nobackup
set nowb
set ruler
set linebreak
set noswapfile
set statusline=[%F]%y%r%m%*%=[Line:%l/%L,Column:%c][%p%%]
set laststatus=2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment