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.
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).