惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

H
Help Net Security
大猫的无限游戏
大猫的无限游戏
雷峰网
雷峰网
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 聂微东
V
Visual Studio Blog
爱范儿
爱范儿
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
美团技术团队
有赞技术团队
有赞技术团队
云风的 BLOG
云风的 BLOG
Google DeepMind News
Google DeepMind News
Blog — PlanetScale
Blog — PlanetScale
The Cloudflare Blog
Engineering at Meta
Engineering at Meta
博客园 - 三生石上(FineUI控件)
WordPress大学
WordPress大学
Vercel News
Vercel News
F
Fortinet All Blogs
Last Week in AI
Last Week in AI
M
MIT News - Artificial intelligence
小众软件
小众软件
月光博客
月光博客
A
About on SuperTechFans

轶哥博客

blog blog blog blog blog blog blog blog blog blog blog blog blog blog blog blog blog blog blog blog blog blog blog blog blog blog blog blog blog blog
blog
2022-06-09 · via 轶哥博客

在iTerm2默认配置下,使用vim/neovim时,与Alt相关的快捷键会全部失效【操作系统是macOS Ventura 13.0 Beta版(22A5266r)】。尚不清楚更老的版本是否存在同样问题。

在vim/neovim中进入:map,发现快捷键绑定未现异常,检查快捷键配置lua写法也兼容当前环境并无报错。

解决方法:

右上角选择iTerm2-Preferences...,在打开的窗口中选择Profiles,选中Default,右边选择Keys-General

iTerm2.png

Left Option Key 默认是Normal,改为Esc+即可。