Hacker News new | ask | show | jobs
by andrewstuart2 3628 days ago
Well, except that you probably want to customize your shell to your usage patterns.

    alias v="vim"
    alias e="emacs"
1 comments

or more complete one:

alias e='emacsclient -c -n $opt -a nano'

alias ne='emacsclient -t $opt -a nano'

se() { emacsclient -c -n $opt -a emacs "/sudo::$" }

sne() { emacsclient -t $opt -a emacs "/sudo::$" }

alias vim=emacs #just kidding!!!!