From 92c28a2e8d79215a7ab151b12a27f7bc679245aa Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Sun, 26 Mar 2023 14:36:47 +0200 Subject: [PATCH] fix(fish): bind keys to all modes resolves #3625 --- src/shell/scripts/omp.fish | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/shell/scripts/omp.fish b/src/shell/scripts/omp.fish index 73ead916..73e043ac 100644 --- a/src/shell/scripts/omp.fish +++ b/src/shell/scripts/omp.fish @@ -100,7 +100,8 @@ function _render_tooltip end if test "::TOOLTIPS::" = "true" - bind \x20 _render_tooltip + bind \x20 _render_tooltip -M default + bind \x20 _render_tooltip -M insert end # transient prompt @@ -116,7 +117,9 @@ function _render_transient end if test "::TRANSIENT::" = "true" - bind \r _render_transient + bind \r _render_transient -M default + bind \r _render_transient -M insert + bind \r _render_transient -M visual end # legacy functions