Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 595 Bytes

shell.md

File metadata and controls

23 lines (17 loc) · 595 Bytes

Configure iTerm

  1. Open prefences
  2. Go to profiles
  3. Select the tab Keys
  4. At the bottom set the Left option key acts as to +Esc

Shortcuts

# MOVE IN LINES
ctrl-a  move to the beggining of the line
crtl-e  move to the end of the line

# MOVE BY WORDS
alt-f   move one word forward
alt-b   move one word backward

# DELETE LINES
ctrl-k  delete from position of cursor to the end of the line

# DETELE WORDS
alt-d   delete the next word from the position of the cursor
ctrl-w  delete the previous word from the position of the cursor