Add awesome ALT commands

This commit is contained in:
Oliver Kopp 2018-02-20 11:05:28 +01:00 committed by GitHub
parent c456873b44
commit ab0940a4bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,10 @@ CTRL+X # lists the possible filename completions of the current word
CTRL+Y # retrieves (yank) last item killed
CTRL+Z # stops the current command, resume with fg in the foreground or bg in the background
ALT+B # moves backward one word
ALT+D # deletes next word
ALT+F # moves forward one word
DELETE # deletes one character backward
!! # repeats the last command
exit # logs out of current session