2024-04-25

TIL bindkey, F5 to reload zsh

TIL: bindkey

# ~/.zshrc
# F5 to reload zsh
bindkey -s "^[[15~" "source ~/.zshrc\n"