From 096ea7ed5bd0f30b3d1e256c28fe7ef4e2482fc9 Mon Sep 17 00:00:00 2001 From: "Jaichitra (JC) Balakrishnan" Date: Sat, 16 Feb 2019 06:47:15 -0500 Subject: [PATCH] Some new shortcuts --- src/programming/unix-linux.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/programming/unix-linux.json b/src/programming/unix-linux.json index 1f5eaf3..82b3a93 100644 --- a/src/programming/unix-linux.json +++ b/src/programming/unix-linux.json @@ -381,6 +381,18 @@ { "command": "alt+b", "description": "move cursor backward 1 word" + }, + { + "command": "ctrl+d", + "description": "log out of current session, similar to exit" + }, + { + "command": "ctrl+c", + "description": "halts the current command" + }, + { + "command": "ctrl+z", + "description": "stops the current command, resume with fg in foreground or bg in background" } ] }