Merge pull request #17 from mxdubois/master

Added example keybinding to README
This commit is contained in:
Junegunn Choi
2014-02-18 21:42:30 +09:00

View File

@@ -21,6 +21,12 @@ Usage
`:Goyo [width]`
You might map this to a key combo in your `.vimrc` like so:
```vim
"" Map Goyo toggle to <Leader> + spacebar
nnoremap <Leader><Space> :Goyo<CR>
```
Configuration
-------------