aboutsummaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-02-26 14:56:33 +0000
committerMatthew Lemon <y@yulqen.org>2024-02-26 14:56:33 +0000
commitbd284910e441f0b12a7c15241ffd7767d3fc3ec2 (patch)
treece3b2a122731f6d7cab412e49dad9c0a06985620 /vim
parent69b3c6b91c039cfab9abee56788b442a6a814e9f (diff)
Leader back to comma and ISO date command
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 0a4290e..ed2b903 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -7,7 +7,8 @@ runtime macros/matchit.vim "allows jumping between brackets with % in normal mod
" }}}
" Leaders {{{
let maplocalleader = "\\"
-let mapleader = " "
+let mapleader = ","
+nnoremap <silent> <leader>idate :.!date +"\%F"<CR>Ea<space>
nnoremap <leader>q :call TaskWarriorAddCurrentLine()<CR>
" pandoc command to generate weekly plan page in Firefox (or not, if we just
" wish to refresh)