From f08cb32ce20a75dba0cdcee69268533b0aa397c7 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Thu, 26 Jun 2014 09:16:18 -0400 Subject: [PATCH] Updated the documentation to reflect the change to J --- vim/config/keyboard.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vim/config/keyboard.vim b/vim/config/keyboard.vim index 3decfaa..7db3715 100644 --- a/vim/config/keyboard.vim +++ b/vim/config/keyboard.vim @@ -118,8 +118,8 @@ " " (formatting) " | (V) -> deletes currently selected text -" J | (N) -> format document text to 79 chars -" J | (V) -> format selected text to 79 chars +" J | (N) -> split the line into lines of <=79 chars +" J | (V) -> split the selection into lines of <=79 chars " f | (N) -> format document and return to cursor " f | (V) -> format the selection and return to cursor " F | (N) -> format document using :Autoformat