Skip to content

Instantly share code, notes, and snippets.

View matl33t's full-sized avatar

Matthew Leung matl33t

View GitHub Profile
@matl33t
matl33t / terminal_productivity.md
Created February 9, 2017 23:22
saving time on the command-line

Terminal Productivity Tricks

Line Editing Motions

  • [C-a] beginning of the line
  • [C-e] end of the line
  • [C-b] back one character
  • [C-f] forward one character
  • [A-b] back one word (Configure alt to +ESC in iterm profile)
  • [A-f] forward one word