X-Git-Url: https://src.twobees.de/?a=blobdiff_plain;f=stow%2Foh-my-zsh%2F.oh-my-zsh%2Fplugins%2Ffancy-ctrl-z%2FREADME.md;fp=stow%2Foh-my-zsh%2F.oh-my-zsh%2Fplugins%2Ffancy-ctrl-z%2FREADME.md;h=0000000000000000000000000000000000000000;hb=1a8e170bbe5c6641a26ab1ce2e6ce6c5c1faa4cd;hp=f1b1dfa5cdf67c3a0807e33886a805516e1cb7de;hpb=475ba35502579302593f4735c853c49ef1845dcb;p=dotfiles.git diff --git a/stow/oh-my-zsh/.oh-my-zsh/plugins/fancy-ctrl-z/README.md b/stow/oh-my-zsh/.oh-my-zsh/plugins/fancy-ctrl-z/README.md deleted file mode 100644 index f1b1dfa..0000000 --- a/stow/oh-my-zsh/.oh-my-zsh/plugins/fancy-ctrl-z/README.md +++ /dev/null @@ -1,14 +0,0 @@ -# Use Ctrl-Z to switch back to Vim - -I frequently need to execute random commands in my shell. To achieve it I pause -Vim by pressing Ctrl-z, type command and press fg to switch back to Vim. -The fg part really hurts me. I just wanted to hit Ctrl-z once again to get back -to Vim. I could not find a solution, so I developed one on my own that -works wonderfully with ZSH. - -Source: http://sheerun.net/2014/03/21/how-to-boost-your-vim-productivity/ - -Credits: -- original idea by @sheerun -- added to OMZ by @mbologna -