We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
00dde84
经排查是 jiangmiao/auto-pairs 插件映射了 <BS> 键造成的,会造成类似回到 Normal Mode 然后又进入 Insert Mode 的情况。
<BS>
解决方法:
使用插件提供的选项 let g:AutoPairsMapBS = 0 禁用对 <BS> 键的映射,要删除成对括号时使用插件提供的另一个快捷键 <C-h>。
let g:AutoPairsMapBS = 0
<C-h>
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: