From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?5by15ZyL6Imv?= Newsgroups: gmane.emacs.help Subject: Can I use 'C-x o o o o o' instead of C-x o C-x o C-x o C-x o C-x o? Date: Tue, 28 Apr 2015 10:56:20 +0000 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1430218606 27468 80.91.229.3 (28 Apr 2015 10:56:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 28 Apr 2015 10:56:46 +0000 (UTC) To: "help-gnu-emacs@gnu.org" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 28 12:56:46 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Yn3C0-0007mO-1s for geh-help-gnu-emacs@m.gmane.org; Tue, 28 Apr 2015 12:56:44 +0200 Original-Received: from localhost ([::1]:60440 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yn3Bz-0005Yx-FG for geh-help-gnu-emacs@m.gmane.org; Tue, 28 Apr 2015 06:56:43 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42713) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yn3Bh-0005KD-Qd for help-gnu-emacs@gnu.org; Tue, 28 Apr 2015 06:56:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yn3Be-0000Lh-FH for help-gnu-emacs@gnu.org; Tue, 28 Apr 2015 06:56:25 -0400 Original-Received: from mail-yh0-f53.google.com ([209.85.213.53]:34359) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yn3Be-0000LQ-CI for help-gnu-emacs@gnu.org; Tue, 28 Apr 2015 06:56:22 -0400 Original-Received: by yhw29 with SMTP id 29so24468617yhw.1 for ; Tue, 28 Apr 2015 03:56:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-type; bh=QRhop3ygpi0KY9HFmTI7nqi5Mdk/uAg6MgXEICJY2Z4=; b=jDbvYlIUC7fMRBunfivTuXDN7T+KESV3M9yfSiMTgC9hzhrOPrNSzrymrttTKFc0cj CMEF7Jm53KHH+gdA38NMRIdRCCfpCx9S7NWz5brtt7bduqf2Mze8j+JuAewvPNR8K4m1 3/SQ0QZVr3tdyecn5U6qKNDQprJUbZiLkLD8HNQlPNesQATHPWJn5hjF7EAKUtTRX52b oVzvVWenzBPADRNnKrWT1wKmUwVPE5G/nIDmNaGp3MeGtrt1EBtGKN8ioVJeJrNXJWA6 Z1fgi7t23/axjp5lO+822HQv7siOrAMKBeab6mFTk6d/Rei4alWaMVGmQNIqNbokOutb j3MQ== X-Gm-Message-State: ALoCoQkJzpufQxshScMOLJtThLkYHnhg0AA6cset+6B/5EVFZiIkP7+wK45OyUauesmkptKmm7QX X-Received: by 10.236.1.71 with SMTP id 47mr22905083yhc.92.1430218581381; Tue, 28 Apr 2015 03:56:21 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.213.53 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:104023 Archived-At: Hi all, Scenario 1 - I split many windows. - I wish to switch to some other windows. - I type C-x o, C-x o, C-x o repeatedly until the cursor landed on the desired window. Is there a way to use C-x o o o instead? I aware that I can use C-u num C-x o, if I know the desired window is num step away. But there are times that I do not know 'num'. Scenario 2 - I use the windmove package. - I bind the windmove-up/down/left/right to C-o i, C-o k, C-o j, C-o l respectively. Now, if I want to windmove to up-left, I type C-o i, C-o j. Is there a way to use C-o i j instead? Many thanks.