From 0914790d9fbfc1e3c154a0227d7f72b9c2de6326 Mon Sep 17 00:00:00 2001 From: "ian.anderson" Date: Sun, 17 Jan 2021 11:48:10 -0800 Subject: [PATCH] Remove Tab mapping from insert mode --- plugin/vim-todo-lists.vim | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugin/vim-todo-lists.vim b/plugin/vim-todo-lists.vim index 2a7bfe9..9819149 100644 --- a/plugin/vim-todo-lists.vim +++ b/plugin/vim-todo-lists.vim @@ -376,8 +376,6 @@ function! VimTodoListsSetItemMode() nnoremap :VimTodoListsDecreaseIndent vnoremap :VimTodoListsIncreaseIndent vnoremap :VimTodoListsDecreaseIndent - inoremap :VimTodoListsIncreaseIndentA - inoremap :VimTodoListsDecreaseIndentA endfunction " Appends date at the end of the line