Make grepcmd useful

This commit is contained in:
Natsu Kagami 2023-01-28 11:40:57 +01:00
parent b55a93aa0c
commit 078bb6d01a
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51

View file

@ -32,7 +32,7 @@ set global ui_options terminal_assistant=cat
# Enable line numbers
addhl global/ number-lines
set global grepcmd "rg --line-number --no-column --no-heading --color=never ''"
set global grepcmd "rg --line-number --no-column --no-heading --color=never "
# Floating terminal
# define-command floating-terminal -params 1 -docstring "Open a floating terminal running the given command" %{