Skip to content

Instantly share code, notes, and snippets.

@furu
Created November 13, 2015 07:11
Show Gist options
  • Save furu/18573dc4f1644154b84e to your computer and use it in GitHub Desktop.
Save furu/18573dc4f1644154b84e to your computer and use it in GitHub Desktop.
export EDITOR="${HOME}/bin/EDITOR"
autoload -Uz edit-command-line
zle -N edit-command-line
bindkey '^xe' edit-command-line
#!/bin/sh
$(which Vim) --cmd 'let g:singleton#disable=1' -- "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment