mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-26 08:44:47 +03:00
added the join command
This commit is contained in:
parent
f21a011eb4
commit
a7b0c945de
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user