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

please add configure example in readme. I find configure from commit history and vim script. It is not friendly. #5

Closed
zhoupro opened this issue May 13, 2019 · 1 comment

Comments

@zhoupro
Copy link

zhoupro commented May 13, 2019

`let s:bot = {
\ 'name': 'bot',
\ 'set_all': ['nonu', 'nornu'],
\ 'bot':
\ {
\ 'h_sz': 12,
\ 'init': [ 'term zsh' ]
\ }
\ }

let g:vwm#layouts = [s:bot]`

@fireflowerr
Copy link
Owner

fireflowerr commented May 13, 2019

I will add a link to the default config. However, you could find the default config with :echo g:vwm#layouts[0] as long as it hasn't been overridden in your config.

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