top | item 17423146

(no title)

thedjinn | 7 years ago

That's more keystrokes. ;)

discuss

order

sshine|7 years ago

Not if you bind it to ^Z. ;)

majewsky|7 years ago

Well, you can't. The terminal translates Ctrl-Z into SIGTSTP before it even reaches vim. Alternative suggestion:

  nmap gz :term zsh<CR>
Same number of keystrokes, and does not override any existing normal-mode command from what I can see.