From e1e33397700573da6d6b4fbaff9ac71f10fa36ed Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Mon, 22 May 2017 17:07:05 +0900 Subject: Implement bindable "change" event and "top" action # Move cursor to the top result whenever the query string is changed fzf --bind change:top Close #925 --- src/tui/tui.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/tui') diff --git a/src/tui/tui.go b/src/tui/tui.go index c638b35a..1ba8ca79 100644 --- a/src/tui/tui.go +++ b/src/tui/tui.go @@ -75,6 +75,8 @@ const ( F11 F12 + Change + AltSpace AltSlash AltBS -- cgit v1.2.3