Editors and Viewers
editOpens files in a text editor, choosing a terminal or GUI editor and resolving a rich chain of fallbacks.
fcEdits the last shell command -- or the most recent one matching a prefix -- in $EDITOR, then executes the result.
lessPager wrapper that tries $PAGER, then ov, then less, then more, then cat as fallbacks in that order.
mdOpens files in MarkText, detached from the terminal so the shell stays usable and the editor survives closing the window that launched it.
rawfishLaunches a Fish shell with NO_TMUX=1 set, bypassing any tmux auto-attach or session management hooks.
viewOpens files in nvim read-only mode (-R).