From 2479664ae30b53b4b3c4efe8880525201b8f850d Mon Sep 17 00:00:00 2001 From: zwindl Date: Fri, 9 Apr 2021 15:11:57 +0800 Subject: [PATCH] MOD: readme.md What's new: - add some other useful hotkeys --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index 271a778..bf53d56 100644 --- a/readme.md +++ b/readme.md @@ -385,9 +385,15 @@ Ctrl + Z Puts whatever you are running into a suspended background process. fg Ctrl + W Delete the word before the cursor Ctrl + K Clear the line after the cursor Ctrl + T Swap the last two characters before the cursor +Ctrl + F Move cursor forward one character +Ctrl + B Move cursor backward one character Esc + T Swap the last two words before the cursor +Alt + T Same as Esc + T Alt + F Move cursor forward one word on the current line Alt + B Move cursor backward one word on the current line +Esc + F Same as Alt + F +Esc + B Same as Alt + B +Alt + . Paste the last word of the most recently command Tab Auto-complete files and directory names ```