From 94bb19748d3bb8636cf252539b8f0be18f46515a Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 14 Oct 2025 09:53:33 +0530 Subject: Switch grep update script to fnl --- autoload/grep.kak | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'autoload/grep.kak') diff --git a/autoload/grep.kak b/autoload/grep.kak index cef77ee..13a44bd 100644 --- a/autoload/grep.kak +++ b/autoload/grep.kak @@ -1,11 +1,11 @@ set-option global grepcmd "rg -S --vimgrep --hidden -g '!**/.git/**'" -map global file g ':grep ' -docstring 'Grep' +map global file g ":grep ''" -docstring 'Grep' define-command grep-write %{ execute-keys '%' # Consider selecting manually evaluate-commands %sh{ - echo "$kak_selections" | "$kak_config/scripts/apply_vimgrep_updates.js" | xargs -i echo "info '{}'" + echo "$kak_selections" | "$kak_config/scripts/apply_vimgrep_updates.fnl" | xargs -i echo "info '{}'" } } -- cgit v1.3.1