Bash Shell

From 6bit.ch wiki
Revision as of 09:32, 30 December 2022 by Xbl (talk | contribs) (→‎CTRL Hotkeys)
Jump to navigation Jump to search

Hotkeys

Navigation

CTRL + a move to beginning
CTRL + e move to end

ALT + f move forward by one word
ALT + b move backward by one word

CTRL + n down arrow
CTRL + p up arrow

Text Control

CTRL + l clear
CTRL + k cut after cursor
CTRL + u cut before cursor
CTRL + w cut word before cursor
CTRL + y paste
CTRL + _ undo typing
ALT + r undo changes made to command from history

Misc

CTRL + r backward search
CTRL + g leave search without running a command CTRL + j copy current matched command to cli without running it CTRL + s stop output
CTRL + q resume output
CTRL + d escape current shell or delete character under cursor
CTRL + t switch character before cursor with cursor