From f56009e2a461ac87b924f650a0973957ef1aba99 Mon Sep 17 00:00:00 2001 From: Florian Best Date: Tue, 16 Nov 2021 20:57:17 +0100 Subject: [PATCH] Add bash shortcut for second last argument --- sheets/_bash/shortcuts | 1 + 1 file changed, 1 insertion(+) diff --git a/sheets/_bash/shortcuts b/sheets/_bash/shortcuts index 87f6287..7fc0cf4 100644 --- a/sheets/_bash/shortcuts +++ b/sheets/_bash/shortcuts @@ -34,6 +34,7 @@ Ctrl + p - previous command (↑) Ctrl + n - next command (↓) Ctrl + o - execute displayed command from history, don't 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