From a7b0c945de3501cae2ad2e4940bff4553a71ef5c Mon Sep 17 00:00:00 2001 From: Hunter Coleman <35200320+HColeman1@users.noreply.github.com> Date: Sat, 2 May 2020 14:36:06 -0500 Subject: added the join command --- vim.html.markdown | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3