Changed leader to space

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2019-10-30 22:38:35 +02:00
parent 6b4b3e719d
commit 8014feb558
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

@ -1,3 +1,7 @@
" Change leader to space
nnoremap <SPACE> <Nop>
let mapleader = ' '
" Toggle nerdtree
map <silent> <C-t> :NERDTreeToggle<CR>