From 9f39902e14533e7138cd150ebae4e131b4efdd03 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Mon, 24 Aug 2015 16:16:20 +0200 Subject: [PATCH] Remap the Leader key from \ to , --- .vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vimrc b/.vimrc index 1f7f412..8b16542 100644 --- a/.vimrc +++ b/.vimrc @@ -163,6 +163,8 @@ syntax on set dictionary+=/usr/share/dict/words " use ctrl-n ctrl-n instead of ctrl-x ctrl-k set complete-=k complete+=k +" change the mapleader from \ to , +let mapleader="," " ctags: check the current folder for tags file and keep going one directory up " all the way to the homedir