aboutsummaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-12-13 16:27:51 +0000
committerMatthew Lemon <y@yulqen.org>2023-12-13 16:27:51 +0000
commitc2af1f7e18c69bde1c61b96058fa124c60b6721f (patch)
treeb68d8afeacf7bbc6d84fe4908d7802f6e8ddc305 /vim
parent00d072da1273d8dc966d3fd2c8483d823a2b06c5 (diff)
Changed leader key in vim to space
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)