From 58c9abb5af4a065e833fa6e9342ae08d87988705 Mon Sep 17 00:00:00 2001 From: Reed Esau Date: Sun, 5 Jan 2014 23:15:12 -0700 Subject: [PATCH] better docs for autoformat --- README.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 0042ab8..65a6081 100644 --- a/README.markdown +++ b/README.markdown @@ -164,7 +164,8 @@ paragraphs manually with the standard Vim commands: * `gqip` - manual format * `vipJ` - manual unformat -Optionally, you may want to map these to keys in your `.vimrc`: +Optionally, you may want to map these to underutilized keys in your +`.vimrc`: ```vim nnoremap Q gqip