Change vim leader key to space

This commit is contained in:
Kenneth Benzie 2016-08-17 17:28:32 +01:00
parent 20e4ab57e5
commit ad59766ace

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'