From c01956726abc2cf9c2cb71fe043bfbf7ac79d241 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Wed, 5 Aug 2015 00:19:37 +0100 Subject: [PATCH] grep.kak: Fix remaining use of jump instead of grep-jump --- rc/grep.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/grep.kak b/rc/grep.kak index 15a70332..5b1466d8 100644 --- a/rc/grep.kak +++ b/rc/grep.kak @@ -27,7 +27,7 @@ hook global WinSetOption filetype=grep %{ addhl group grep addhl -group grep regex "^((?:\w:)?[^:]+):(\d+):(\d+)?" 1:cyan 2:green 3:green addhl -group grep line %{%opt{_grep_current_line}} default+b - hook buffer -group grep-hooks NormalKey jump + hook buffer -group grep-hooks NormalKey grep-jump } hook global WinSetOption filetype=(?!grep).* %{ rmhl grep; rmhooks buffer grep-hooks }