gpt4 book ai didi

neovim - 如何在 macOS 上将 cmd 键映射从 kitty 发送到 neovim?

转载 作者:行者123 更新时间:2023-12-05 08:03:29 30 4
gpt4 key购买 nike

我想在我的 mappings.lua 配置中使用以下映射:

map('n', '<C-D-[>', ':BufferPrevious<cr>', options)
map('n', '<C-D-]>', ':BufferNext<cr>', options)
map('n', '<C-D-w>', ':BufferClose<cr>', options)

我目前在我的 kitty.conf 中有这个,但它不起作用。

map ctrl+cmd+[ send_text all ?

最佳答案

当前 Neovide 存储库的最新提交不支持未安装 Python2 的 macOS。

要解决此问题,您应该在克隆存储库后恢复提交 db53e94。为此,请执行以下命令:

git reset --hard db53e94

并在zshrc中添加如下环境变量:

export SKIA_BINARIES_URL=https://github.91chi.fun//https://github.com/rust-skia/skia-binaries/releases/download/{tag}/skia-binaries-{key}.tar.gz

重启shell,重新使用cargo bundle --release命令构建App,将构建好的App拖到/Applications文件夹中。

关于neovim - 如何在 macOS 上将 cmd 键映射从 kitty 发送到 neovim?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/72681219/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com