diff --git a/src/programming/unix-linux.json b/src/programming/unix-linux.json index 1f5eaf3..235ed61 100644 --- a/src/programming/unix-linux.json +++ b/src/programming/unix-linux.json @@ -371,9 +371,17 @@ "description": "move cursor to beginning of line" }, { - "command": "ctrl+f", + "command": "ctrl+e", "description": "move cursor to end of line" }, + { + "command": "ctrl+f", + "description": "move cursor forward 1 character" + }, + { + "command": "ctrl+b", + "description": "move cursor backward 1 character" + }, { "command": "alt+f", "description": "move cursor forward 1 word"