mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Updated the documentation to reflect the change to <Leader>J
This commit is contained in:
parent
57f3fd3a3b
commit
f08cb32ce2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue