You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently in my configuration I setup let g:grepper = { 'prompt': 0 } and mapping nnoremap <leader>/ :Grepper -query . It would be really nice if I could drop the -query part from mapping (i.e. allow query to be accepted as positional argument to :Grepper, e.g. :Grepper foobar. This could be available as default or an option. Thank you!
The text was updated successfully, but these errors were encountered:
Currently in my configuration I setup
let g:grepper = { 'prompt': 0 }
and mappingnnoremap <leader>/ :Grepper -query
. It would be really nice if I could drop the-query
part from mapping (i.e. allow query to be accepted as positional argument to:Grepper
, e.g.:Grepper foobar
. This could be available as default or an option. Thank you!The text was updated successfully, but these errors were encountered: