emacs

 

place the following commands in your .emacs file in your home directory.

(global-unset-key [?\M-l])

(global-set-key [?\M-l] 'goto-line)