From 69ee58fef8d2daef802e17860cab5353374d75ba Mon Sep 17 00:00:00 2001 From: "L. Yeung" Date: Wed, 23 Oct 2024 20:34:38 +0800 Subject: [PATCH] fix(fish): do not accept autosuggestion by default --- src/shell/scripts/omp.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shell/scripts/omp.fish b/src/shell/scripts/omp.fish index 95637657..1417a985 100644 --- a/src/shell/scripts/omp.fish +++ b/src/shell/scripts/omp.fish @@ -187,7 +187,7 @@ end function _omp_enter_key_handler if commandline --paging-mode - commandline --function accept-autosuggestion + commandline --function execute return end