mirror of
https://github.com/freitass/todo.txt-vim.git
synced 2025-11-16 13:53:47 -05:00
15 lines
421 B
Plaintext
15 lines
421 B
Plaintext
*todo.txt*
|
|
|
|
==============================================================================
|
|
COMMANDS *todo-commands*
|
|
|
|
`<Leader>-s` : Sort the file
|
|
|
|
`<Leader>-d` : Insert the current date
|
|
|
|
`<Leader>-D` : Insert the current date with leading `x` (completed)
|
|
|
|
`date<tab>` : (Insert mode) Insert the current date
|
|
|
|
<Leader> is \ by default, so <Leader>-s means you type \s
|