Hacker News new | ask | show | jobs
by keithgabryelski 3875 days ago
one can target specific editors...

for instance, if I know you are using VI I can create a series of characters that will escape out of insert mode and run a shell command (note: ^[ is ESC (ascii 27))

git status

^[

:!echo foo