Skip to content

Instantly share code, notes, and snippets.

@arya-oss
Created April 11, 2016 16:38
Show Gist options
  • Save arya-oss/b6ce17130a1142ea8b7ca52824c0feb1 to your computer and use it in GitHub Desktop.
Save arya-oss/b6ce17130a1142ea8b7ca52824c0feb1 to your computer and use it in GitHub Desktop.
Vim_Settings

Vim settings for ubuntu

  cd
  vi .vimrc

add these lines to opened file

set nocompatible
set expandtab
set shiftwidth=4
set tabstop=4
set smartindent
set autoindent

and save .vimrc file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment