[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how to set C-tab for 'other-window in terminal
From: |
ventolerac |
Subject: |
Re: how to set C-tab for 'other-window in terminal |
Date: |
Sat, 21 Mar 2009 07:43:18 -0700 (PDT) |
User-agent: |
G2/1.0 |
In text terminals, Control-Tab does not send anything to the
terminal. You still will press `C-x o' for `other-window'.
On Mar 21, 1:02 pm, Santanu <thisissant...@gmail.com> wrote:
> Hi,
>
> I have the following line in my ~/.emacs:
> ---------------
> (global-set-key [(control tab)] 'other-window)
> ---------------
> Now, when I press C-Tab in emacs (open in its own window in X), it
> works as expected.
>
> But if I open emacs in a terminal (say, gnome-terminal) with "emacs -
> nw", the above key combination does not work. What am I missing? I am
> using "GNU Emacs-23.0.60.1" in Ubuntu 8.10.
>
> Regards,
> Santanu Chatterjee