Skip to content

Commit cd4e49d

Browse files
committed
add key binding for winner remove other windows
1 parent 2a881ed commit cd4e49d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bindings.el

+2
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,8 @@
293293
(global-set-key (kbd "C-c q") 'jj/quit-help-windows)
294294
; Set same binding as in sublime to take emacs full screen c-x 1
295295
(global-set-key (kbd "M-s-<return>") 'jj/delete-other-windows-or-winner-undo-max-pane)
296+
;; Removed the above key binding to activate edge
297+
(global-set-key (kbd "M-S-s-<return>") 'jj/delete-other-windows-or-winner-undo-max-pane)
296298
(global-set-key (kbd "C-M-s-<return>") 'jj/delete-other-windows-switch-other-buffer)
297299
;; necessary to recognize the j and k keys correctly on emacs 26.1
298300
(when (< emacs-major-version 27)

0 commit comments

Comments
 (0)