linux:general_bash-ery

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux:general_bash-ery [2026/02/10 18:56] – [History] mguptonlinux:general_bash-ery [2026/02/18 20:47] (current) – [General Bash-ery] mgupton
Line 2: Line 2:
   * ''Ctrl + a'', move to the beginning of the line   * ''Ctrl + a'', move to the beginning of the line
   * ''Ctrl + e'', move to the end of the line   * ''Ctrl + e'', move to the end of the line
 +
 +  * ''Ctrl + b'', move back one character
 +  * ''Ctrl + f'', move forward one character
 +
   * ''Ctrl + k'',   Cut the Line after the cursor to the clipboard.   * ''Ctrl + k'',   Cut the Line after the cursor to the clipboard.
   * ''Ctrl + u'',   Cut the Line before the cursor to the clipboard.   * ''Ctrl + u'',   Cut the Line before the cursor to the clipboard.
 +  * ''Ctrl + a'' then ''Ctrl + k'' to jump to the beginning and delete the line
   * ''Ctrl + y'', paste last value in clipboard   * ''Ctrl + y'', paste last value in clipboard
   * ''Meta + y'', cycle through previous values in clipboard   * ''Meta + y'', cycle through previous values in clipboard
 +  * ''Ctrl + d'', delete character after cursor
 +  * ''Ctrl + h'', delete character before the cursor (backspace)
 +  * ''Alt/Meta + b'', ''Alt + f'', move back and forward a word at a time
 +  * ''Ctrl + w'', delete the word before the cursor
 +  * ''Alt + d'', delete the word after the cursor
 +  * ''Alt/Meta + w'', delete the word in front of the cursor
 +
 +  * ''Ctrl + _'' or ''Ctrl + Shift + _'', undo last change
  
 === Command Line History Search === === Command Line History Search ===
  • linux/general_bash-ery.1770749776.txt.gz
  • Last modified: 2026/02/10 18:56
  • by mgupton