diff options
Diffstat (limited to 'vim')
-rw-r--r-- | vim/vimrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |