Skip to content

Commit 20fdfc9

Browse files
committed
Merge branch 'dev'
2 parents e35703a + 74f482a commit 20fdfc9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff 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)

doc/vim-todo-lists.txt

+2-2
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)