From e8d782d95eb40567d93e34d38f662571e5c2d519 Mon Sep 17 00:00:00 2001 From: orthographic-pedant Date: Wed, 7 Oct 2015 13:28:51 -0400 Subject: [PATCH] Fix typographical error(s) Changed charachter to character in README. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 6c6fe33..febec49 100644 --- a/README.markdown +++ b/README.markdown @@ -213,7 +213,7 @@ sheet that I've put together: o - insert line below current and enter insert mode O - insert line above current and enter insert mode I - jump to first blank character of current line and switch to insert mode - A - jumb to last charachter of current line and switch to insert mode + A - jumb to last character of current line and switch to insert mode d - delete from cursor to position given by next command (ex. d$) dd - delete the current line