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/18 15:07] 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.
Line 13: Line 17:
   * ''Alt + d'', delete the word after the cursor   * ''Alt + d'', delete the word after the cursor
   * ''Alt/Meta + w'', delete the word in front of 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.1771427273.txt.gz
  • Last modified: 2026/02/18 15:07
  • by mgupton