From: Bob Proulx <bob@proulx.com>
To: help-gnu-emacs@gnu.org
Subject: Re: GNU emacs on Ubuntu 14.04 LTS
Date: Thu, 1 Oct 2015 14:07:45 -0600 [thread overview]
Message-ID: <20151001140613683603116@bob.proulx.com> (raw)
In-Reply-To: <op.x5r4ipfkje18ky@tournesol>
Alexandre Oberlin wrote:
> I cannot manage to bind ctrl+home/ctrl+end to beginning/end-of-buffer in
> Ubuntu 14.04 LTS.
> Event doing it interactively does not work. Instead of "ctrl+home", I get
> "home" in command-history:
> (global-set-key (quote [home]) (quote beginning-of-buffer))
I know you said you already solved this but let me comment for the
archive. I have these bindings and they work in the terminal.
(global-set-key [home] 'beginning-of-buffer)
(global-set-key [S-home] 'end-of-buffer)
(global-set-key [end] 'end-of-buffer)
(global-set-key [S-end] 'beginning-of-buffer)
Bob
prev parent reply other threads:[~2015-10-01 20:07 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-30 14:14 GNU emacs on Ubuntu 14.04 LTS Alexandre Oberlin
2015-09-30 14:52 ` Javier
2015-09-30 14:57 ` Alexandre Oberlin
2015-09-30 23:26 ` alxobr
2015-10-01 13:03 ` Dan Espen
2015-10-01 15:01 ` [SOLVED] " Alexandre Oberlin
2015-10-01 15:15 ` Dan Espen
2015-10-02 9:40 ` Hikaru Ichijyo
2015-10-01 20:07 ` Bob Proulx [this message]
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=20151001140613683603116@bob.proulx.com \
--to=bob@proulx.com \
--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).