We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a881ed commit cd4e49dCopy full SHA for cd4e49d
bindings.el
@@ -293,6 +293,8 @@
293
(global-set-key (kbd "C-c q") 'jj/quit-help-windows)
294
; Set same binding as in sublime to take emacs full screen c-x 1
295
(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)
298
(global-set-key (kbd "C-M-s-<return>") 'jj/delete-other-windows-switch-other-buffer)
299
;; necessary to recognize the j and k keys correctly on emacs 26.1
300
(when (< emacs-major-version 27)
0 commit comments