We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9374139 + 4ce9da1 commit cd291faCopy full SHA for cd291fa
plugin/vim-todo-lists.vim
@@ -368,6 +368,7 @@ function! VimTodoListsSetItemMode()
368
nnoremap <buffer><silent> <Space> :VimTodoListsToggleItem<CR>
369
vnoremap <buffer><silent> <Space> :VimTodoListsToggleItem<CR>
370
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>
372
noremap <buffer><silent> <leader>e :silent call VimTodoListsSetNormalMode()<CR>
373
nnoremap <buffer><silent> <Tab> :VimTodoListsIncreaseIndent<CR>
374
nnoremap <buffer><silent> <S-Tab> :VimTodoListsDecreaseIndent<CR>
0 commit comments