From a829db3042c94e6539dca9e1175d4b6b356964b5 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Fri, 3 Nov 2017 14:05:34 +0100 Subject: [PATCH] Move Leader key config so it gets picked up correctly by plugins --- .vimrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.vimrc b/.vimrc index 32c4d92..e5818ec 100644 --- a/.vimrc +++ b/.vimrc @@ -6,6 +6,9 @@ set shell=/bin/bash +" change the key from \ to , +let mapleader="," + " Vundle manages the plugins " set the runtime path to include Vundle and initialize set rtp+=~/.vim/bundle/Vundle.vim @@ -280,8 +283,6 @@ set list set dictionary+=/usr/share/dict/words " use ctrl-n ctrl-n instead of ctrl-x ctrl-k set complete-=k complete+=k -" change the key from \ to , -let mapleader="," " Quickly edit/reload the vimrc file nmap ev :e $MYVIMRC nmap sv :so $MYVIMRC