mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-05 20:43:08 +00:00
([vertical-scroll-bar C-mouse-2]): Split the window.
This commit is contained in:
parent
a2687f7706
commit
9926ab6410
@ -1333,6 +1333,7 @@ and selects that window."
|
||||
(global-set-key [mode-line mouse-2] 'mouse-delete-other-windows)
|
||||
(global-set-key [mode-line mouse-3] 'mouse-delete-window)
|
||||
(global-set-key [mode-line C-mouse-2] 'mouse-split-window-horizontally)
|
||||
(global-set-key [vertical-scroll-bar C-mouse-2] 'mouse-split-window-vertically)
|
||||
|
||||
(provide 'mouse)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user