summaryrefslogtreecommitdiffhomepage
path: root/vim.html.markdown
diff options
context:
space:
mode:
authorHunter Coleman <35200320+HColeman1@users.noreply.github.com>2020-05-02 14:36:06 -0500
committerGitHub <noreply@github.com>2020-05-02 14:36:06 -0500
commita7b0c945de3501cae2ad2e4940bff4553a71ef5c (patch)
treefb33a2bc9e8607d5279553592f575eb4e4d33664 /vim.html.markdown
parentf21a011eb4923c59343ec8f8dc1ab3166e9de6ba (diff)
added the join command
Diffstat (limited to 'vim.html.markdown')
-rw-r--r--vim.html.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim.html.markdown b/vim.html.markdown
index 65efc25c..27d90f18 100644
--- a/vim.html.markdown
+++ b/vim.html.markdown
@@ -182,6 +182,7 @@ A few important examples of 'Verbs', 'Modifiers', and 'Nouns':
~ # Toggle letter case of selected text
u # Selected text to lower case
U # Selected text to upper case
+ J # Join the current line with the next line
# Fold text
zf # Create fold from selected text