Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 1.12 KB

iterm.md

File metadata and controls

57 lines (41 loc) · 1.12 KB

Terminals

brew install iterm2

Starship is a customizable UI for iterm. This is a major departure from the standard terminal experience, so make sure to review the website before installing.

brew install starship

After make sure your profile contains the following:

eval "$(starship init zsh)"```

iTerm2 + Oh-My-Zsh: Supercharge Your Mac Terminal

  • sync integration (TODO)

Key codes

Use ⌥ ← and ⌥→ to jump forwards / backwards words in iTerm 2, on OS X

Delete a word
Keyboard Shortcut: ⌥←Delete
Send Hex Code - 0x17
Delete a line
Keyboard Shortcut: ⌥↑←Delete
Send Hex Code - 0x15
Jump Left
Keyboard Shortcut: ⌥←
Action: Send Escape Sequence
Esc+: b
Jump Right
Keyboard Shortcut: ⌥→
Action: Send Escape Sequence
Esc+: f

Plugins

8 Terminal tips to make you a 2x developer