Created
April 7, 2015 17:51
-
-
Save bcalmac/a2f8bab63faaff311221 to your computer and use it in GitHub Desktop.
Minimal .vimrc for IDEA Vim
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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