From c96f348ca519fcd895248d49b19a57262b02f2b6 Mon Sep 17 00:00:00 2001 From: Ming Di Leom <2809763-curben@users.noreply.gitlab.com> Date: Sun, 6 Aug 2023 06:05:32 +0000 Subject: [PATCH] post(ctrl-h-backspace): add more tags --- source/_posts/ctrl-h-backspace.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_posts/ctrl-h-backspace.md b/source/_posts/ctrl-h-backspace.md index 602f3ee..5ecd6c7 100644 --- a/source/_posts/ctrl-h-backspace.md +++ b/source/_posts/ctrl-h-backspace.md @@ -4,6 +4,8 @@ excerpt: Also fix Ctrl+Backspace in PowerShell date: 2023-07-17 tags: - linux + - zsh + - powershell --- A few months ago, there was [an article](https://www.masteringemacs.org/article/keyboard-shortcuts-every-command-line-hacker-should-know-about-gnu-readline) which encouraged Linux users to use more readline keyboard shortcuts. readline keyboard shortcuts are based on Emacs keybindings, while also support switching to vi keybindings. At that time, I was only familiar with `Ctrl+a` (line start) and `Ctrl+e` (line end). Interested to learn more tricks, I went on search for a cheatsheet and [found this](https://clementc.github.io/blog/2018/01/25/moving_cli/). I then added two missing shortcuts (`Ctrl+h` & `Ctrl+d`), printed it out and stick it to my desk.