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

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

[elpa] externals/objed 77f2b75 8/9: Add more window control commands to


From: Clemens Radermacher
Subject: [elpa] externals/objed 77f2b75 8/9: Add more window control commands to op map
Date: Mon, 4 Mar 2019 07:46:23 -0500 (EST)

branch: externals/objed
commit 77f2b7529662944b27e2263327da08c636ea8834
Author: Clemens Radermacher <address@hidden>
Commit: Clemens Radermacher <address@hidden>

    Add more window control commands to op map
---
 objed.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/objed.el b/objed.el
index facec3f..59f0639 100644
--- a/objed.el
+++ b/objed.el
@@ -821,6 +821,9 @@ Other single character keys are bound to `objed-undefined'."
     (define-key map "v" 'find-alternate-file)
     (define-key map "b" 'switch-to-buffer)
     (define-key map "o" 'objed-other-window)
+    (define-key map "1" 'delete-other-windows)
+    (define-key map "2" 'split-window-vertically)
+    (define-key map "3" 'split-window-horizontally)
 
     map)
   "Map for additional operations called via a prefix from `objed-map'.



reply via email to

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