Added example keybinding to README

I think it's helpful for less-experience vim users (like many writers) to have an example like this laid out.
This commit is contained in:
Michael DuBois
2014-02-17 17:52:12 -08:00
parent b727d696ca
commit 329f516421

View File

@@ -21,6 +21,12 @@ Usage
`:Goyo [width]` `: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 Configuration
------------- -------------