aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-08-07 20:11:45 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-08-07 20:11:45 -0300
commit1c9d3bcc81c5b30de9461d1bb269fcf864ed2b46 (patch)
tree10c65056105e24d700a1b28197cc4a8dc7118430
parent7bddb0157c8b682fc89c59cb0402aaf5ffbed482 (diff)
downloadvim-1c9d3bcc81c5b30de9461d1bb269fcf864ed2b46.tar.gz
vim-1c9d3bcc81c5b30de9461d1bb269fcf864ed2b46.tar.bz2
Feat: key mappings: remind shortcuts
-rw-r--r--vim.dot.link/plugin/key_mappings.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim.dot.link/plugin/key_mappings.vim b/vim.dot.link/plugin/key_mappings.vim
index 3284800..5e9c315 100644
--- a/vim.dot.link/plugin/key_mappings.vim
+++ b/vim.dot.link/plugin/key_mappings.vim
@@ -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()]
" }}}
" }}}