[ESS] Unbind C-<up> and C-<down> from the R process

Vitalie Spinu spinuvit at gmail.com
Sun Feb 26 11:05:42 CET 2012


>>>> Alexander Engelhardt <kamaitachi at gmx.de>
>>>> on Sat, 25 Feb 2012 22:14:30 +0100 wrote:

  > Is there a way to unbind C-<up> only in the *R* mode? I'm really not familiar
  > with Lisp yet.

(define-key inferior-ess-mode-map (kbd "C-<up>") nil)

should do the job.

Vitalie.



More information about the ESS-help mailing list