Skip to content

Instantly share code, notes, and snippets.

@jesusgollonet
Created July 3, 2015 10:45
Show Gist options
  • Save jesusgollonet/3ce42498a2c1c9c4252f to your computer and use it in GitHub Desktop.
Save jesusgollonet/3ce42498a2c1c9c4252f to your computer and use it in GitHub Desktop.
Use F12 to toggle between vim and terminal
" in you .vimrc
map <F12> <C-z>
# in your .zshrc
bindkey -s '^[[24~' 'fg\n'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment