最近的一些情况
晓道
Posted on October 14, 2024
最近感觉zed越来越好用了,emacs有时候遇到奇怪的问题,还是不好排查,还是把zed用起来。
写代码搞代码补全,读代码,gd,gr,还是挺好用的。
zed 支持gd ,gD,好像mac上gD还有bug,所以还得简单配置一下
keymap.json
[
{
"context": "Editor && vim_mode == normal",
"bindings": {
"g r": "editor::FindAllReferences"
}
}
]
新学会一快捷键,g+space,可以跳转搜索结果里面的文件,还真不好找,问ai知道的。
💖 💪 🙅 🚩
晓道
Posted on October 14, 2024
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.