]> gitweb.fluxo.info Git - rhatto/dotfiles/vim.git/commitdiff
Feat: key mappings: remind shortcuts
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 7 Aug 2024 23:11:45 +0000 (20:11 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 7 Aug 2024 23:11:45 +0000 (20:11 -0300)
vim.dot.link/plugin/key_mappings.vim

index 3284800e2ad9b94694943f49b32fce7198a8ef09..5e9c3154dcc332afc1e58a0c2b4a917c462a0fd0 100644 (file)
@@ -253,5 +253,8 @@ inoremap <leader>d <C-R>=strftime('%Y-%m-%d')<CR>
 " Insert the current date in format useful for ChangeLog.md entries {{{
 "nnoremap <leader>e :put =strftime('## %Y-%m-%d ')<CR>
 nnoremap <leader>e o<CR><C-R>=strftime('## %Y-%m-%d - ')<CR>
+
+" Remind shortcuts
+inoremap <leader>s SATISFY [expire()]
 " }}}
 " }}}