Skip to content

Instantly share code, notes, and snippets.

@bradediger
Created November 20, 2012 14:41
Show Gist options
  • Save bradediger/4118335 to your computer and use it in GitHub Desktop.
Save bradediger/4118335 to your computer and use it in GitHub Desktop.
The holy grail... for vim / zsh users
foreground-vim() {
fg %vim
}
zle -N foreground-vim
bindkey '^Z' foreground-vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment