diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-08-07 20:11:45 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-08-07 20:11:45 -0300 |
commit | 1c9d3bcc81c5b30de9461d1bb269fcf864ed2b46 (patch) | |
tree | 10c65056105e24d700a1b28197cc4a8dc7118430 /vim.dot.link | |
parent | 7bddb0157c8b682fc89c59cb0402aaf5ffbed482 (diff) | |
download | vim-1c9d3bcc81c5b30de9461d1bb269fcf864ed2b46.tar.gz vim-1c9d3bcc81c5b30de9461d1bb269fcf864ed2b46.tar.bz2 |
Feat: key mappings: remind shortcuts
Diffstat (limited to 'vim.dot.link')
-rw-r--r-- | vim.dot.link/plugin/key_mappings.vim | 3 |
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()] " }}} " }}} |