Merge pull request #152 from Alkkem/patch-1

Added more shortcuts to the "ALT" section in the bash shortcut list.
This commit is contained in:
Julien Le Coupanec 2020-12-03 17:10:23 +01:00 committed by GitHub
commit 0c37900ef0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -32,6 +32,12 @@ ALT+B # moves backward one word
ALT+D # deletes next word
ALT+F # moves forward one word
ALT+H # deletes one character backward
ALT+T # transposes two words
ALT+. # pastes last word from the last command. Pressing it repeatedly traverses through command history.
ALT+U # capitalizes every character from the current cursor position to the end of the word
ALT+L # uncapitalizes every character from the current cursor position to the end of the word
ALT+C # capitalizes the letter under the cursor. The cursor then moves to the end of the word.
ALT+R # reverts any changes to a command youve pulled from your history if youve edited it.
BACKSPACE # deletes one character backward
DELETE # deletes one character under cursor