all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Martin Marcher" <martin@marcher.name>
To: help-gnu-emacs@gnu.org
Subject: Re: How to toggle to buffer previously selected ?
Date: Fri, 8 Feb 2008 20:08:38 +0100	[thread overview]
Message-ID: <5fa6c12e0802081108k75a29ffdrb32b3bbb1ed7d1e5@mail.gmail.com> (raw)
In-Reply-To: <8763wz8n94.fsf@W0053328.mgh.harvard.edu>

On 2/8/08, Joel J. Adamson <jadamson@partners.org> wrote:
> Window configurations are not sacred and manipulating them is easy.  I
> could make this into "exchange-windows" but it's easy enough as it is
> (the above takes about 1 second on a slow day).

nice I just added the following:

;; Window moving
(global-set-key (kbd "C-<up>") 'windmove-up)
(global-set-key (kbd "C-<down>") 'windmove-down)
(global-set-key (kbd "C-<left>") 'windmove-left)
(global-set-key (kbd "C-<right>") 'windmove-right)

;; Yes I switched from vim :)
(global-set-key (kbd "C-c k") 'windmove-up)
(global-set-key (kbd "C-c j") 'windmove-down)
(global-set-key (kbd "C-c h") 'windmove-left)
(global-set-key (kbd "C-c l") 'windmove-right)


-- 
http://noneisyours.marcher.name
https://twitter.com/MartinMarcher
http://www.xing.com/profile/Martin_Marcher
http://www.linkedin.com/in/martinmarcher

You are not free to read this message,
by doing so, you have violated my licence
and are required to urinate publicly. Thank you.




  reply	other threads:[~2008-02-08 19:08 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-07 10:45 How to toggle to buffer previously selected ? Francis Moreau
2008-02-07 10:52 ` Bastien Guerry
2008-02-07 10:53 ` Tassilo Horn
2008-02-07 15:46   ` Francis Moreau
2008-02-07 15:58     ` Lennart Borgman (gmail)
2008-02-07 16:18     ` Thierry Volpiatto
2008-02-07 18:57     ` Tassilo Horn
2008-02-08 11:11       ` Francis Moreau
     [not found]       ` <mailman.7148.1202469108.18990.help-gnu-emacs@gnu.org>
2008-02-08 14:27         ` Joel J. Adamson
2008-02-08 19:08           ` Martin Marcher [this message]
     [not found] <mailman.7093.1202381161.18990.help-gnu-emacs@gnu.org>
2008-02-15 13:32 ` Sam Peterson

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

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

  git send-email \
    --in-reply-to=5fa6c12e0802081108k75a29ffdrb32b3bbb1ed7d1e5@mail.gmail.com \
    --to=martin@marcher.name \
    --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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.