Skip to content

Instantly share code, notes, and snippets.

@rifki
Last active April 4, 2016 02:32
Show Gist options
  • Save rifki/5edaf8195a31ecacabfa0383238a507b to your computer and use it in GitHub Desktop.
Save rifki/5edaf8195a31ecacabfa0383238a507b to your computer and use it in GitHub Desktop.
simple .vimrc for Tab vi/vim
$ vim ~/.vimrc
set number
set tabstop=4
set shiftwidth=4
set softtabstop=4
set expandtab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment