mirror of
https://github.com/freitass/todo.txt-vim.git
synced 2025-11-14 04:43:46 -05:00
Merge pull request #24 from invecup/priorities
Fix documentation and README typos
This commit is contained in:
@@ -19,9 +19,9 @@ This plugin gives syntax highlighting to [todo.txt](http://todotxt.com/) files.
|
||||
|
||||
`<leader>-a` : Add the priority (A) to the current line
|
||||
|
||||
`<leader>-c` : Add the priority (B) to the current line
|
||||
`<leader>-b` : Add the priority (B) to the current line
|
||||
|
||||
`<leader>-b` : Add the priority (C) to the current line
|
||||
`<leader>-c` : Add the priority (C) to the current line
|
||||
|
||||
`<leader>-d` : Insert the current date
|
||||
|
||||
|
||||
@@ -15,9 +15,9 @@ COMMANDS *todo-commands*
|
||||
|
||||
`<leader>-a` : Add the priority (A) to the current line
|
||||
|
||||
`<leader>-c` : Add the priority (B) to the current line
|
||||
`<leader>-b` : Add the priority (B) to the current line
|
||||
|
||||
`<leader>-b` : Add the priority (C) to the current line
|
||||
`<leader>-c` : Add the priority (C) to the current line
|
||||
|
||||
`<leader>-d` : Insert the current date
|
||||
|
||||
|
||||
Reference in New Issue
Block a user