From 57d70f7657c9c8020179c3c5720e06e8b4cb130b Mon Sep 17 00:00:00 2001 From: Steve Kohlmeyer Date: Mon, 7 Aug 2017 15:07:05 -0500 Subject: [PATCH] Update unix-linux.json ctrl+f doesn't move to end of line.. :P --- 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" }, {