Update kakoune
This commit is contained in:
parent
0fbc027c0e
commit
57331c8dd0
2 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue