Skip to content

Instantly share code, notes, and snippets.

@mamemomonga
Created July 8, 2014 08:49
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 mamemomonga/0eade390123432babe48 to your computer and use it in GitHub Desktop.
Save mamemomonga/0eade390123432babe48 to your computer and use it in GitHub Desktop.
シンプルなvimrc
syntax on
set wildmenu
set history=100
set number
"set list
set scrolloff=5
"set nobackup
"set backupdir=/tmp
set autowrite
set tabstop=4
set shiftwidth=4
set softtabstop=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment