Added vim-todo-lists

This commit is contained in:
user 2019-03-11 10:19:09 +00:00
parent 8a56c48594
commit 9675893c6e
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
Default key mappings
Item editing mode
j - go to next item
k - go to previous item
o - create new item above the cursor
O - create new item below the cursor
<Space> - toggle current item
<CR> - create new item in insert mode
<Tab> - increases the indent of current (or selected) line(s)
<Shift-Tab> - decreases the indent of current (or selected) line(s)
<leader>e - switch to normal editing mode
Normal editing mode
j, k, o, O, <CR> - no special behavior
<Space> - toggle current item
<leader>e - switch to item editing mode