aboutsummaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index c6fec1f..edbb0cb 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -7,7 +7,7 @@ runtime macros/matchit.vim "allows jumping between brackets with % in normal mod
" }}}
" Leaders {{{
let maplocalleader = "\\"
-let mapleader = ","
+let mapleader = " "
nnoremap <leader>q :call TaskWarriorAddCurrentLine()<CR>
" pandoc command to generate weekly plan page in Firefox (or not, if we just
" wish to refresh)