* e is aliased to `emacs` (I use Emacs on command line and Sublime Text using a GUI and projects, so I use `subl` command rarely).
* g is aliased to `git`.
* z is a glorious cd command: https://github.com/rupa/z
Besides them I use `rsub` command when editing files on a remote server, which is `rmate` for Sublime Text.
Tip for zsh users: With zsh's history-beginning-search-* commands I can write only a prefix to find a command in history. E.g. If I already typed `rsub user_management/forms.py` before and want to open that file, I type `rsub u` and press up arrow a few times till I get to the result I want.