From d805419714ca62b31914d68938b7d6e72a71c874 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ensar=20Saraj=C4=8Di=C4=87?= Date: Sun, 3 Oct 2021 21:55:57 +0200 Subject: [PATCH] Add shortcut for TODO grep --- symlinks/config/nvim/after/plugin/grepper.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/symlinks/config/nvim/after/plugin/grepper.vim b/symlinks/config/nvim/after/plugin/grepper.vim index 73912ec..059b626 100644 --- a/symlinks/config/nvim/after/plugin/grepper.vim +++ b/symlinks/config/nvim/after/plugin/grepper.vim @@ -11,3 +11,5 @@ nnoremap * :Grepper -cword -noprompt " Search for the current selection nmap gs (GrepperOperator) xmap gs (GrepperOperator) + +command! -nargs=0 TODO GrepperGrep TODO