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

sidebar的宽度怎么调整 #14

Open
biexiang opened this issue Sep 23, 2019 · 3 comments
Open

sidebar的宽度怎么调整 #14

biexiang opened this issue Sep 23, 2019 · 3 comments

Comments

@biexiang
Copy link

rt,sidebar的宽度怎么调整
我看也没有快捷键可以用来调整

@meetbill
Copy link
Owner

如下方式可以吗?

高度调整

# 增加活动窗口高度
:res +10
# 减少活动窗口高度(顶部不变,底部调整)
:res -10

宽度调整

# 增加活动窗口宽度
:vertical res +10
# 减少活动窗口宽度
:vertical res -10(或者 :vertical res 10)

@biexiang
Copy link
Author

如下方式可以吗?

高度调整

# 增加活动窗口高度
:res +10
# 减少活动窗口高度(顶部不变,底部调整)
:res -10

宽度调整

# 增加活动窗口宽度
:vertical res +10
# 减少活动窗口宽度
:vertical res -10(或者 :vertical res 10)

我觉得 文档可以增加一点配置编辑器的文档模块,比如这个sidebar配置右边还是左边,我看~/.vim和~/.vimrc好像有配置功能。但是不知道哪个选项是干嘛的。
挺好用的。

@meetbill
Copy link
Owner

OK,感谢提出的建议 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants