File tree 2 files changed +4
-4
lines changed
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
147
147
148
148
* ` j ` - go to next item
149
149
* ` 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
152
152
* ` <Space> ` - toggle current item
153
153
* ` <CR> ` - create new item in ` insert mode `
154
154
* ` <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
179
179
180
180
* j - go to next item
181
181
* 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
184
184
* <Space> - toggle current item
185
185
* <Tab> - increases the indent of current (or selected) line(s)
186
186
* <Shift-Tab> - decreases the indent of current (or selected) line(s)
You can’t perform that action at this time.
0 commit comments