Little #zsh tip: if you set `WORDCHARS="${WORDCHARS/\/}"` in your config, Ctrl-w (or whatever you have `backward-kill-word` bound to) will treat path segments as words, allowing you to delete them one by one instead of deleting the entire path at once.