mirror of
https://github.com/you-dont-need/You-Dont-Need-GUI.git
synced 2025-08-15 09:44:18 +02:00
Merge pull request #51 from ZWindL/master
Added some other useful hotkeys
This commit is contained in:
@@ -387,9 +387,15 @@ Ctrl + Z Puts whatever you are running into a suspended background process. fg
|
|||||||
Ctrl + W Delete the word before the cursor
|
Ctrl + W Delete the word before the cursor
|
||||||
Ctrl + K Clear the line after the cursor
|
Ctrl + K Clear the line after the cursor
|
||||||
Ctrl + T Swap the last two characters before 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
|
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 + F Move cursor forward one word on the current line
|
||||||
Alt + B Move cursor backward 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
|
Tab Auto-complete files and directory names
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user