Merge pull request #3922 from HColeman1/patch-2

[vim/en] added the join command
This commit is contained in:
Max Schumacher 2020-07-07 12:28:33 +02:00 committed by GitHub
commit e70ca8a7c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -182,6 +182,7 @@ A few important examples of 'Verbs', 'Modifiers', and 'Nouns':
~ # Toggle letter case of selected text ~ # Toggle letter case of selected text
u # Selected text to lower case u # Selected text to lower case
U # Selected text to upper case U # Selected text to upper case
J # Join the current line with the next line
# Fold text # Fold text
zf # Create fold from selected text zf # Create fold from selected text