我安装了鱼,然后 oh-my-fish,向前我按下了一些组合键,然后在我的终端上出现一个字母 [I]。
[I] user@my-pc ~>
当我尝试按 ctrl + leftarrow 更改为
[N] user@my-pc ~>
当我按 ctrl + rightarrow 更改为
[I] user@my-pc ~>
在 Bash 或 zsh 中我没有这个问题。我尝试了 purge fish 和 omf destroy 手动删除 omf 配置文件,但没有任何效果。
我是如何解决的。sudo find / -name fish
我删除了比我运行的所有fish cfg
echo 'deb http://download.opensuse.org/repositories/shells:/fish:/release:/3/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/shells:fish:release:3.list
curl -fsSL https://download.opensuse.org/repositories/shells:fish:release:3/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_fish_release_3.gpg > /dev/null
sudo apt update
sudo apt install fish ```