Merge pull request #29 from koppor/patch-1

Add awesome ALT commands
This commit is contained in:
Julien Le Coupanec
2018-02-20 23:36:06 +01:00
committed by GitHub

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