Skip to content

Commit cd291fa

Browse files
author
Alexander Serebryakov
committed
Merge branch 'sthapa-master' into dev
2 parents 9374139 + 4ce9da1 commit cd291fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin/vim-todo-lists.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@ function! VimTodoListsSetItemMode()
368368
nnoremap <buffer><silent> <Space> :VimTodoListsToggleItem<CR>
369369
vnoremap <buffer><silent> <Space> :VimTodoListsToggleItem<CR>
370370
inoremap <buffer><silent> <CR> <ESC>:call VimTodoListsAppendDate()<CR>:silent call VimTodoListsCreateNewItemBelow()<CR>
371+
inoremap <buffer><silent> <kEnter> <ESC>:call VimTodoListsAppendDate()<CR>A<CR><ESC>:VimTodoListsCreateNewItem<CR>
371372
noremap <buffer><silent> <leader>e :silent call VimTodoListsSetNormalMode()<CR>
372373
nnoremap <buffer><silent> <Tab> :VimTodoListsIncreaseIndent<CR>
373374
nnoremap <buffer><silent> <S-Tab> :VimTodoListsDecreaseIndent<CR>

0 commit comments

Comments
 (0)