Updated the documentation to reflect the change to <Leader>J

This commit is contained in:
Kevin MacMartin 2014-06-26 09:16:18 -04:00
parent 57f3fd3a3b
commit f08cb32ce2

View file

@ -118,8 +118,8 @@
" "
" (formatting) " (formatting)
" <Backspace> | (V) -> deletes currently selected text " <Backspace> | (V) -> deletes currently selected text
" <Leader>J | (N) -> format document text to 79 chars " <Leader>J | (N) -> split the line into lines of <=79 chars
" <Leader>J | (V) -> format selected text to 79 chars " <Leader>J | (V) -> split the selection into lines of <=79 chars
" <Leader>f | (N) -> format document and return to cursor " <Leader>f | (N) -> format document and return to cursor
" <Leader>f | (V) -> format the selection and return to cursor " <Leader>f | (V) -> format the selection and return to cursor
" <Leader>F | (N) -> format document using :Autoformat " <Leader>F | (N) -> format document using :Autoformat