1
0
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:
Richard M. Stallman 1994-07-07 18:39:02 +00:00
parent a2687f7706
commit 9926ab6410

View File

@ -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)