Skip to content
New issue

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

待处理问题: vim-expand-region没有找到合适的键位 #53

Closed
wklken opened this issue Oct 3, 2014 · 1 comment
Closed

待处理问题: vim-expand-region没有找到合适的键位 #53

wklken opened this issue Oct 3, 2014 · 1 comment

Comments

@wklken
Copy link
Owner

wklken commented Oct 3, 2014

目前使用-/+, 之前版本有用过-/=, 会导致自动缩进键位被占用
这个功能蛮常用的, 但是不够便捷, 要shift+键位
不知道大家配置的键位是什么? 有没有更合适的

Bundle 'terryma/vim-expand-region'
" TODO: 找到一个 易用的key
map + <Plug>(expand_region_expand)
map _ <Plug>(expand_region_shrink)
This was referenced Mar 15, 2015
@wklken
Copy link
Owner Author

wklken commented May 2, 2015

已处理, 待发布

vmap v <Plug>(expand_region_expand)
vmap V <Plug>(expand_region_shrink)

@wklken wklken closed this as completed May 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant