From 4f8a68e715ce0596d3ea4ea7e4be7751af1f5634 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Wed, 9 Sep 2015 17:14:05 -0500 Subject: [PATCH] Reference :gw and :gq at the end of the latest til. --- vim/format-long-lines-to-text-width.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vim/format-long-lines-to-text-width.md b/vim/format-long-lines-to-text-width.md index 03d0dc7..13bf9ec 100644 --- a/vim/format-long-lines-to-text-width.md +++ b/vim/format-long-lines-to-text-width.md @@ -16,3 +16,5 @@ You can quickly remedy this with `gw`. Make a visual selection of the lines that need formatting and then hit `gw`. All the lines should then we truncated to 80 or less characters. + +See `:h gw` and `:h gq` for more details.