Skip to content

Commit

Permalink
Insert list marker before the cursor in normal mode
Browse files Browse the repository at this point in the history
This allow to turn current line into a task when cursor at the beginning of
the line. Closes #16.
  • Loading branch information
vitalk committed Jul 15, 2015
1 parent 5618d1a commit a6801c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/simple-todo.vim
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ endfu " }}}
" Public API {{{

" Create a new item
nnore <Plug>(simple-todo-new) a[ ]<space>
nnore <Plug>(simple-todo-new) i[ ]<space>
inore <Plug>(simple-todo-new) [ ]<space>

" Create a new item below
Expand Down

0 comments on commit a6801c2

Please sign in to comment.