completion/ivy: fix +ivy/tasks, add :todo & +ivy:todo
This commit is contained in:
parent
c4e404b0bb
commit
bfd79e78ce
4 changed files with 67 additions and 6 deletions
|
@ -40,3 +40,9 @@ session."
|
|||
"Invoke `swiper' with SEARCH, otherwise with the symbol at point."
|
||||
(interactive "<a>")
|
||||
(swiper search))
|
||||
|
||||
;;;###autoload (autoload '+ivy:todo "completion/ivy/autoload/evil" nil t)
|
||||
(evil-define-command +ivy:todo (&optional bang)
|
||||
"An ex wrapper around `+ivy/tasks'."
|
||||
(interactive "<!>")
|
||||
(+ivy/tasks bang))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue