summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMax Schumacher <maximilianbschumacher@gmail.com>2020-07-07 12:28:33 +0200
committerGitHub <noreply@github.com>2020-07-07 12:28:33 +0200
commite70ca8a7c6025558962179f60407e6bf09fb0683 (patch)
tree2bcc179b4b4e13306bf8e9f09376fde3eeadb7e7
parent85318d70e05182a352cbecdc6eb39b34fef488ea (diff)
parenta7b0c945de3501cae2ad2e4940bff4553a71ef5c (diff)
Merge pull request #3922 from HColeman1/patch-2
[vim/en] added the join command
-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