unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Teemu Likonen <tlikonen@iki.fi>
To: help-gnu-emacs@gnu.org
Subject: Re: How use keybindings in term mode?
Date: Sat, 31 Jan 2009 07:12:13 GMT	[thread overview]
Message-ID: <878wosrlte.fsf@iki.fi> (raw)
In-Reply-To: 513c3261-7aa1-4087-8ce2-bff23a4d8db6@u18g2000pro.googlegroups.com

On 2009-01-30 22:59 (-0800), seberino@spawar.navy.mil wrote:

> I noticed you can't do certain keybindings in term mode. It is as if
> you lose all your Emacs key binding when you use term mode.
>
> Is there some way to find a happy medium between term and shell? In
> other words, more power than shell w/o losing so many keybindings like
> in term mode?

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)))


  parent reply	other threads:[~2009-01-31  7:12 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-31  6:59 How use keybindings in term mode? seberino
2009-01-31  7:11 ` Xah Lee
2009-01-31 16:24   ` Nurullah Akkaya
     [not found]   ` <mailman.6341.1233419045.26697.help-gnu-emacs@gnu.org>
2009-02-02 20:38     ` seberino
2009-02-03 11:55       ` Nurullah Akkaya
     [not found]       ` <mailman.6630.1233662121.26697.help-gnu-emacs@gnu.org>
2009-02-03 20:03         ` seberino
2009-01-31  7:12 ` Teemu Likonen [this message]
2009-02-02 20:39   ` seberino

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878wosrlte.fsf@iki.fi \
    --to=tlikonen@iki.fi \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).