mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-11-21 20:35:12 +00:00
Add awesome ALT commands
This commit is contained in:
parent
c456873b44
commit
ab0940a4bf
@ -28,6 +28,10 @@ CTRL+X # lists the possible filename completions of the current word
|
|||||||
CTRL+Y # retrieves (yank) last item killed
|
CTRL+Y # retrieves (yank) last item killed
|
||||||
CTRL+Z # stops the current command, resume with fg in the foreground or bg in the background
|
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
|
DELETE # deletes one character backward
|
||||||
!! # repeats the last command
|
!! # repeats the last command
|
||||||
exit # logs out of current session
|
exit # logs out of current session
|
||||||
|
Loading…
Reference in New Issue
Block a user