Add a leader key
This commit is contained in:
parent
bc02252c0c
commit
235e083573
1 changed files with 3 additions and 0 deletions
3
vimrc
3
vimrc
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue