Add a leader key

This commit is contained in:
Thomas Gideon 2015-10-13 11:29:03 -04:00
parent bc02252c0c
commit 235e083573

3
vimrc
View file

@ -18,6 +18,9 @@ set nocompatible
" turn on syntax support
syntax on
" it is a big fat key, after all
let mapleader = "\<Space>"
" change buffer behaviors to no longer require changes when hiding a buffer
set hidden