Skip to content
This repository has been archived by the owner on Apr 19, 2019. It is now read-only.

thiagossampaio/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 

Repository files navigation

Terminal bindings

  • Ctrl-a - Move to the start of the line.
  • Ctrl-e - Move to the end of the line.
  • Ctrl-b - Move back one character.
  • Alt-b - Move back one word.
  • Ctrl-f - Move forward one character.
  • Alt-f - Move forward one word.
  • Ctrl-u - Delete from the cursor to the beginning of the line.
  • Ctrl-k - Delete from the cursor to the end of the line.
  • Ctrl-w - Delete from the cursor to the start of the word.
  • Esc-Del - Delete previous word (may not work, instead try Esc followed by Backspace)
  • Ctrl-y - Pastes text from the clipboard.
  • Ctrl-l - Clear the screen leaving the current line at the top of the screen.
  • Ctrl-x - Ctrl-u Undo the last changes. Ctrl-_ does the same
  • Alt-r - Undo all changes to the line.
  • Alt-Ctrl-e - Expand command line.
  • Ctrl-r - Incremental reverse search of history.
  • Alt-p - Non-incremental reverse search of history.
  • !! - Execute last command in history
  • !abc - Execute last command in history beginning with abc
  • !abc:p - Print last command in history beginning with abc
  • !n - Execute nth command in history
  • !$ - Last argument of last command
  • !^ - First argument of last command
  • !* - All arguments of last command
  • !:[number] - The [number] argument of last command
  • ^abc^xyz - Replace first occurance of abc with xyz in last command and execute it
  • cd - - Go to previous directory

About

my configuration files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published