Change vim leader key to space
This commit is contained in:
parent
1d4f628fa5
commit
9c0acc85f0
6
vimrc
6
vimrc
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user