notepad++ allow me to increase the font size when I hold the Ctrl Key and rotate the mouse middle scroll button to forward.
In the same way, the when I ho
with emacs23 you can add following lines to your .emacs.el:
(global-set-key (kbd "") 'text-scale-decrease) (global-set-key (kbd "") 'text-scale-increase)