有人折腾 terminal 么? 我在 windows 上用 git bash 安装了 zsh+ohmyzsh, 遇到问题

63 天前
 l4ever
vscode 的默认终端改成了这个 git bash 之后
如果启用插件`zsh-autosuggestions`
按下 F5 调试 python 的时候, 启动 debug 的命令行会逐个字符出现在终端上, 很慢.
看起来像敲击上去的一样.

又不想放弃`zsh-autosuggestions`这个插件,
好像这个插件只在 git bash 上会这样
863 次点击
所在节点    Terminal
8 条回复
qianxi0410
63 天前
1. 换 wsl
2. https://github.com/microsoft/terminal + oh-my-posh ,也可以做到类似 zsh+autosug 的效果。
Golor
63 天前
用 Terminal + Powershell7 + oh-my-posh
fanxasy
63 天前
用 msys2 搞吧
yituanmaoxian
63 天前
我用 Terminal + Powershell7+starship
random1221
63 天前
我用 100$的 xshell
pkoukk
63 天前
不要用 git bash
caffeinecat18
63 天前
可以等一下今年的 warp terminal ,带提示功能。
l4ever
59 天前
破案, 最新版的问题

```bash
# 删除现有版本
rm -rf ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions

# 检出 v0.6.4
git clone -b v0.6.4 https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions

# 查看版本
cat ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions/VERSION
```

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/1021674

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX