Update kakoune

This commit is contained in:
Natsu Kagami 2025-04-02 16:52:03 +02:00
parent 0fbc027c0e
commit 57331c8dd0
Signed by: nki
GPG key ID: 55A032EB38B49ADB
2 changed files with 4 additions and 4 deletions

View file

@ -84,7 +84,7 @@ builtins.map kakounePlugin [
# Grep in the current location
define-command peneira-grep %{
peneira 'line: ' "rg -n ." %{
peneira 'line: ' %{ rg -n . . } %{
lua %arg{1} %{
local file, line = arg[1]:match("([^:]+):(%d+):")
kak.edit(file, line)