Linux Shortcuts
Linux Shortcuts
Cursor Movement
Modifying txt
Txt editting
Key
ctrl-A
ctrl-E
ctrl-F
ctrl-B
alt-F
alt-B
ctrl-L
Action
Move cursor to the beginning of the line
Move cursor to the end of the line
Move cursor forward one char; same as right arrow key
Move cursor backward one character; same as the left arrow key
Move cursor forward one word
Move cursor back one word
Same as "clear"
ctrl-D
ctrl-T
alt-T
alt-L
alt-U
ctrl-K
ctrl-U
alt-D
Completion
alt-?
alt-*
History
alt-<
alt->
ctrl-R
History expansion
alt-P
alt-N
ctrl-O
!!
!number
!string
!?String