File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -147,8 +147,8 @@ let g:VimTodoListsMoveItems = 0
147147
148148* ` j ` - go to next item
149149* ` k ` - go to previous item
150- * ` o ` - create new item above the cursor
151- * ` O ` - create new item below the cursor
150+ * ` O ` - create new item above the cursor
151+ * ` o ` - create new item below the cursor
152152* ` <Space> ` - toggle current item
153153* ` <CR> ` - create new item in ` insert mode `
154154* ` <Tab> ` - increases the indent of current (or selected) line(s)
Original file line number Diff line number Diff line change @@ -179,8 +179,8 @@ Item editing mode
179179
180180* j - go to next item
181181* k - go to previous item
182- * o - create new item above the cursor
183- * O - create new item below the cursor
182+ * O - create new item above the cursor
183+ * o - create new item below the cursor
184184* <Space> - toggle current item
185185* <Tab> - increases the indent of current (or selected) line(s)
186186* <Shift-Tab> - decreases the indent of current (or selected) line(s)
You can’t perform that action at this time.
0 commit comments