Table of Contents
- 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
- bat - replace
cat
cal
- fzf
- krew
- oh-my-zsh
- powerlevel10k
- tree
- zoxide
- zsh-completion
source ~/.zshrc
alias j="z" # zoxide
alias ji="zi" # zoxide
code $(ji)
code $(fzf)
-
vimtutor