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
目前使用-/+, 之前版本有用过-/=, 会导致自动缩进键位被占用 这个功能蛮常用的, 但是不够便捷, 要shift+键位 不知道大家配置的键位是什么? 有没有更合适的
Bundle 'terryma/vim-expand-region' " TODO: 找到一个 易用的key map + <Plug>(expand_region_expand) map _ <Plug>(expand_region_shrink)
The text was updated successfully, but these errors were encountered:
已处理, 待发布
vmap v <Plug>(expand_region_expand) vmap V <Plug>(expand_region_shrink)
Sorry, something went wrong.
No branches or pull requests
目前使用-/+, 之前版本有用过-/=, 会导致自动缩进键位被占用
这个功能蛮常用的, 但是不够便捷, 要shift+键位
不知道大家配置的键位是什么? 有没有更合适的
The text was updated successfully, but these errors were encountered: