Update vimrc
This commit is contained in:
parent
9176820c1d
commit
971e5ad544
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@
|
||||||
" https://stackoverflow.com/questions/5845557/in-a-vimrc-is-set-nocompatible-completely-useless
|
" https://stackoverflow.com/questions/5845557/in-a-vimrc-is-set-nocompatible-completely-useless
|
||||||
set nocompatible
|
set nocompatible
|
||||||
|
|
||||||
|
" Map Leader key
|
||||||
|
let mapleader = ","
|
||||||
|
|
||||||
" Shows you which commands you're typing
|
" Shows you which commands you're typing
|
||||||
set showcmd
|
set showcmd
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue