From a580e2d1751743bd597f407aea2726221a3ea886 Mon Sep 17 00:00:00 2001 From: tortumlu Date: Sun, 10 Oct 2021 19:59:19 +0300 Subject: [PATCH] add ctrl+a then e command to bash commands --- languages/bash.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/languages/bash.sh b/languages/bash.sh index 78e63a3..ec74a11 100644 --- a/languages/bash.sh +++ b/languages/bash.sh @@ -46,6 +46,7 @@ CTRL+X then ( # start recording a keyboard macro CTRL+X then ) # finish recording keyboard macro CTRL+X then E # recall last recorded keyboard macro CTRL+X then CTRL+E # invoke text editor (specified by $EDITOR) on current command line then execute resultes as shell commands +CTRAL+A then D # logout from screen but don't kill it, if any command exist, it will continue BACKSPACE # deletes one character backward DELETE # deletes one character under cursor