From 525b63be8b535582809728fa0d0daebd30c48ee0 Mon Sep 17 00:00:00 2001 From: Donatas Rimkus Date: Wed, 11 Jan 2023 15:24:30 +0100 Subject: [PATCH] Remove apostrophes that interfere with output colouring --- sheets/_bash/shortcuts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sheets/_bash/shortcuts b/sheets/_bash/shortcuts index 7fc0cf4..a6a5564 100644 --- a/sheets/_bash/shortcuts +++ b/sheets/_bash/shortcuts @@ -32,12 +32,12 @@ Ctrl + r - interactive history search Ctrl + g - escape from interactive history search Ctrl + p - previous command (↑) Ctrl + n - next command (↓) -Ctrl + o - execute displayed command from history, don't clear command line +Ctrl + o - execute displayed command from history, do not clear command line Alt + . - recall last argument (word) of last executed command Alt + - + . - recall second last argument (word) of last executed command # -= Terminal control =- -Ctrl + l - clear screen, don't clear command line +Ctrl + l - clear screen, do not clear command line Ctrl + s - suspend (freeze) terminal Ctrl + q - unsuspend (unfreeze) terminal Ctrl + z - suspend (SIGSTP) current process. Resume with 'fg' (foreground)