help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How use keybindings in term mode?


From: address@hidden
Subject: Re: How use keybindings in term mode?
Date: Mon, 2 Feb 2009 12:39:10 -0800 (PST)
User-agent: G2/1.0

On Jan 30, 11:12 pm, Teemu Likonen <tliko...@iki.fi> wrote:
> In term mode the normal prefix key for Emacs commands is C-c. It works
> pretty much like C-x prefix key elsewhere in Emacs. I prefer using C-x
> in term mode too so I do this in my ~/.emacs file:
>
>     (add-hook 'term-mode-hook
>               '(lambda ()
>                  (term-set-escape-char ?\C-x)))

Rather than rebinding C-c, is it possible to rebind C-c C-j and C-c C-
k ??

e.g. have function keys do the same thing

cs


reply via email to

[Prev in Thread] Current Thread [Next in Thread]