From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Alekseyev Subject: Windmove keybindings pass-through Date: Thu, 16 Dec 2010 14:24:22 -0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=56403 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTMFM-000869-PK for emacs-orgmode@gnu.org; Thu, 16 Dec 2010 17:24:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PTMFL-0005uR-TT for emacs-orgmode@gnu.org; Thu, 16 Dec 2010 17:24:24 -0500 Received: from mail-fx0-f48.google.com ([209.85.161.48]:45307) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PTMFL-0005uJ-Ow for emacs-orgmode@gnu.org; Thu, 16 Dec 2010 17:24:23 -0500 Received: by fxm2 with SMTP id 2so49404fxm.35 for ; Thu, 16 Dec 2010 14:24:22 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org As per the docs, I have (add-hook 'org-shiftup-final-hook 'windmove-up) and similar hooks set. That way, shift-arrow keys work as they do in windmove (that is, they switch between windows) _unless_ I am on an org heading. I would like to make that behavior universal -- I want to disable any sort of shift-arrow key handling in org-mode. I switch windows way more often than I manipulate headings. Optionally, it would be nice if I can map the shift-arrow functionality to something like M-arrows or C-arrows or C-M-arrows (whichever might be not taken / less useful). However, getting rid of org-mode's stealing shift-arrows is a priority. Any help is appreciated :) --Leo