Change vim leader key to space

This commit is contained in:
Kenneth Benzie 2016-08-17 17:28:32 +01:00
parent ddd0941057
commit d94a960022

6
vimrc
View File

@ -1,4 +1,8 @@
call plug#begin('~/.vim/plugs')
" Set leader to space
let mapleader=" "
" Plugins
call plug#begin('~/.vim/plugs')
" statusline, tabline {{{
" vim-airline - improved status bar
Plug 'vim-airline/vim-airline'