From a5d295f8287e8280493748f441af711dd4c19fa8 Mon Sep 17 00:00:00 2001 From: DevAtDawn <86164137+DevAtDawn@users.noreply.github.com> Date: Thu, 16 Dec 2021 03:54:41 -0700 Subject: [PATCH] Fish smart replace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add “smart replace” functionality to the fish shell widget --- shell/navi.plugin.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/navi.plugin.fish b/shell/navi.plugin.fish index 66fc71d..1e9ebd4 100644 --- a/shell/navi.plugin.fish +++ b/shell/navi.plugin.fish @@ -19,4 +19,5 @@ end bind \cg navi-widget if bind -M insert > /dev/null 2>&1 bind -M insert \cg navi-widget + end