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