Skip to content

Instantly share code, notes, and snippets.

@rlespinasse
Last active April 19, 2020 17:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rlespinasse/f5e2b39611be2b6533251b2273eb8b28 to your computer and use it in GitHub Desktop.
Save rlespinasse/f5e2b39611be2b6533251b2273eb8b28 to your computer and use it in GitHub Desktop.
When someone ask me about the editor I use

editor joke vi

In my bash aliases
alias vi="_waiting_code"
_waiting_code() {
  code -n --wait "$@"
}

editor joke vscode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment