Skip to content

Instantly share code, notes, and snippets.

@kazuo
Created July 7, 2015 18:45
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 kazuo/fe236ad2fe415b361a99 to your computer and use it in GitHub Desktop.
Save kazuo/fe236ad2fe415b361a99 to your computer and use it in GitHub Desktop.
:syntax enable
set et
set shiftwidth=4
set tabstop=4
set smarttab
set expandtab
set ai
set background=dark
set t_kD=^V<Delete>
set backspace=indent,eol,start
set ruler
set secure
set showcmd
set showmode
set fileformat=unix
set linebreak
set textwidth=0
set showbreak=+
set viminfo='1000,f1,\"500
set virtualedit=all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment