From 9f0e2df4fbac399d61902a11a17d1ea50679c5af Mon Sep 17 00:00:00 2001 From: norrisboyd Date: Fri, 14 Jul 2017 12:52:48 -0400 Subject: [PATCH] Moving to end of line is "ctrl+e". --- src/programming/unix-linux.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/programming/unix-linux.json b/src/programming/unix-linux.json index 1f5eaf3..8e2be79 100644 --- a/src/programming/unix-linux.json +++ b/src/programming/unix-linux.json @@ -371,7 +371,7 @@ "description": "move cursor to beginning of line" }, { - "command": "ctrl+f", + "command": "ctrl+e", "description": "move cursor to end of line" }, {