Skip to content

Latest commit

 

History

History
89 lines (61 loc) · 3.11 KB

developer-productivity.md

File metadata and controls

89 lines (61 loc) · 3.11 KB

Developer Productivity

Table of Contents

Fonts

font-styles

font-styles

font-styles

font-styles

font-styles

Terminal

  • zsh - original, fast
    • command + t (create tabs)
    • command + shift + [ OR ] (move across tabs)
  • Warp - can split panes
    • command + d (split horizontally)
    • command + shift + d (split vertically)
    • command + option + navigation (<>^v) (move across panes)
    • expand aliases as you type (Alias expansion)
  • Tmux
  • iTerm2

Plugins

source ~/.zshrc

alias j="z" # zoxide
alias ji="zi" # zoxide
code $(ji)
code $(fzf)

Git

Editors

The Soft Parts