Define CTRL-W mappings for resizing Goyo window (#46)

This commit is contained in:
Junegunn Choi
2014-11-26 01:26:17 +09:00
parent b16a80ac9e
commit e7eb3f19cc
2 changed files with 40 additions and 9 deletions

View File

@@ -28,11 +28,8 @@ Usage
- `:Goyo!`
- Turn Goyo off
You might want to define a map for toggling it:
```vim
nnoremap <Leader>G :Goyo<CR>
```
The window can be resized with the usual `[count]<CTRL-W>` + `>`, `<`, `+`,
`-` keys.
Configuration
-------------