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.
1 parent c9d08de commit 4ce9da1Copy full SHA for 4ce9da1
plugin/vim-todo-lists.vim
@@ -337,6 +337,7 @@ function! VimTodoListsSetItemMode()
337
nnoremap <buffer> <Space> :VimTodoListsToggleItem<CR>
338
vnoremap <buffer> <Space> :VimTodoListsToggleItem<CR>
339
inoremap <buffer> <CR> <ESC>:call VimTodoListsAppendDate()<CR>A<CR><ESC>:VimTodoListsCreateNewItem<CR>
340
+ inoremap <buffer> <kEnter> <ESC>:call VimTodoListsAppendDate()<CR>A<CR><ESC>:VimTodoListsCreateNewItem<CR>
341
noremap <buffer> <leader>e :silent call VimTodoListsSetNormalMode()<CR>
342
nnoremap <buffer> <Tab> :VimTodoListsIncreaseIndent<CR>
343
nnoremap <buffer> <S-Tab> :VimTodoListsDecreaseIndent<CR>
0 commit comments