emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/other-frame-window e4aa050 10/16: * packages/other-fram


From: Stefan Monnier
Subject: [elpa] externals/other-frame-window e4aa050 10/16: * packages/other-frame-window: bump version; improve minor mode doc string
Date: Tue, 1 Dec 2020 16:38:34 -0500 (EST)

branch: externals/other-frame-window
commit e4aa050e5efacc17ad626cd41d3d769c586f179c
Author: Stephen Leake <stephen_leake@stephe-leake.org>
Commit: Stephen Leake <stephen_leake@stephe-leake.org>

    * packages/other-frame-window: bump version; improve minor mode doc string
---
 other-frame-window.el | 48 +++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 45 insertions(+), 3 deletions(-)

diff --git a/other-frame-window.el b/other-frame-window.el
index 979d18f..bb55535 100644
--- a/other-frame-window.el
+++ b/other-frame-window.el
@@ -1,11 +1,11 @@
 ;;; other-frame-window.el --- Minor mode to enable global prefix keys for 
other frame/window buffer placement  -*- lexical-binding: t -*-
 ;;
-;; Copyright (C) 2015  Free Software Foundation, Inc.
+;; Copyright (C) 2015, 2017  Free Software Foundation, Inc.
 ;;
 ;; Author: Stephen Leake <stephen_leake@member.fsf.org>
 ;; Maintainer: Stephen Leake <stephen_leake@member.fsf.org>
 ;; Keywords: frame window
-;; Version: 1.0.2
+;; Version: 1.0.3
 ;; Package-Requires: ((emacs "24.4"))
 ;;
 ;; This file is part of GNU Emacs.
@@ -226,7 +226,49 @@ Point stays in moved buffer."
 ;;;###autoload
 (define-minor-mode other-frame-window-mode
   "Minor mode for other frame/window buffer placement.
-Enable mode if ARG is positive."
+Enable mode if ARG is positive.
+
+\\[ofw-other-window] <command> causes a buffer displayed by <command>
+to appear in another window in the same frame; a window
+is created if necessary.
+
+\\[ofw-other-frame] <command> causes a buffer displayed by <command>
+to appear in another frame; a frame is created if necessary.
+
+\\[ofw-other-window] 0 deletes the current window.
+
+\\[ofw-other-frame] 0 deletes the current frame.
+
+\\[ofw-move-to-other-window] moves the current buffer to another
+window in the same frame.
+
+\\[ofw-move-to-other-frame] moves the current buffer to another
+frame.
+
+In addition, \\[ofw-other-window] and \\[ofw-other-frame] can be followed by 
these keys:
+
+1 - deletes the other windows/frames.
+
+2 - shows another view of the current buffer in a new
+    window/frame.
+
+a - creates a commit log entry for the current defun in
+    another window/frame.
+
+b - switches to another buffer in another window/frame.
+
+d - start dired in another window/frame.
+
+f - find-file in another window/frame.
+
+m - compose mail in another window/frame.
+
+o - move to another window/frame.
+
+r - find-file-read-only in another window/frame.
+
+To extend this list, add key bindings to ‘ofw-transient-map’.
+"
   :global t
 
   (remove-hook 'pre-command-hook #'ofw--reset-prefix)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]