Skip to content

Instantly share code, notes, and snippets.

@bcalmac
Created April 7, 2015 17:51
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 bcalmac/a2f8bab63faaff311221 to your computer and use it in GitHub Desktop.
Save bcalmac/a2f8bab63faaff311221 to your computer and use it in GitHub Desktop.
Minimal .vimrc for IDEA Vim
set incsearch
set hlsearch
set ignorecase
set smartcase
set tabstop=4 shiftwidth=4 expandtab
set clipboard=unnamed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment