From 3895221c48627cb28f78852a78a98efc9c9c42a7 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Fri, 10 Apr 2026 09:34:42 +0800 Subject: [PATCH] =?UTF-8?q?fix(fish):=20=E4=BF=AE=E5=A4=8D=20Ctrl+Space=20?= =?UTF-8?q?=E7=BB=91=E5=AE=9A=E7=9A=84=E8=AF=AD=E6=B3=95=E9=94=99=E8=AF=AF?= =?UTF-8?q?=EF=BC=8C=E5=B0=86=20\c@=20=E6=9B=BF=E6=8D=A2=E4=B8=BA=20ctrl-s?= =?UTF-8?q?pace?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/.config/fish/config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.config/fish/config.fish b/home/.config/fish/config.fish index d1ad8aa..89853b5 100644 --- a/home/.config/fish/config.fish +++ b/home/.config/fish/config.fish @@ -23,7 +23,7 @@ function __prepend_sudo end bind \e\e __prepend_sudo -bind \c@ accept-autosuggestion +bind ctrl-space accept-autosuggestion # Fish 4.0+ 语法 set -gx FZF_DEFAULT_OPTS '--height=50% --layout=reverse --border --preview-window=right:60%' set -gx FZF_DEFAULT_COMMAND 'fd --type f --hidden --follow --exclude .git'