Last Updated: February 25, 2016
·
329
· smokinjoe

Increase that textarea for writing gists

Just open the console and enter:

$('.ace_scroller').css('height','500px');
$('.ace_editor').css('height','500px');

Feel free to adjust the 500px to whatever you so desire.

Mayhaps one of these days I'll write a quick extension to do it.