From 329f516421dec194c4571ba151cc0aee9889f632 Mon Sep 17 00:00:00 2001 From: Michael DuBois Date: Mon, 17 Feb 2014 17:52:12 -0800 Subject: [PATCH] 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. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5473bac..f43418f 100644 --- a/README.md +++ b/README.md @@ -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 + spacebar +nnoremap :Goyo +``` + Configuration -------------