Update vimrc

This commit is contained in:
Bill Niblock 2015-10-20 21:06:47 -04:00
parent 9176820c1d
commit 971e5ad544

View file

@ -7,6 +7,9 @@
" https://stackoverflow.com/questions/5845557/in-a-vimrc-is-set-nocompatible-completely-useless
set nocompatible
" Map Leader key
let mapleader = ","
" Shows you which commands you're typing
set showcmd