my xfce4 dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
521 B

3 years ago
  1. # Use Ctrl-Z to switch back to Vim
  2. I frequently need to execute random commands in my shell. To achieve it I pause
  3. Vim by pressing Ctrl-z, type command and press fg<Enter> to switch back to Vim.
  4. The fg part really hurts me. I just wanted to hit Ctrl-z once again to get back
  5. to Vim. I could not find a solution, so I developed one on my own that
  6. works wonderfully with ZSH.
  7. Source: http://sheerun.net/2014/03/21/how-to-boost-your-vim-productivity/
  8. Credits:
  9. - original idea by @sheerun
  10. - added to OMZ by @mbologna