let <SPACE> be vim leader

This commit is contained in:
Jonas Forsberg
2020-07-13 13:45:26 +02:00
parent c2befd1068
commit 7cb4d054a4
2 changed files with 7 additions and 5 deletions

4
.vimrc
View File

@@ -18,8 +18,10 @@ set laststatus=2
set encoding=utf-8
set autoindent
set nocompatible
set complete=.,w,b,u,t,i,kspell
syntax on
let mapleader=","
nnoremap <SPACE> <Nop>
let mapleader=" "
filetype indent plugin on