summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/mouse.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el
index ad79560a956..21264adf6ad 100644
--- a/lisp/mouse.el
+++ b/lisp/mouse.el
@@ -1333,6 +1333,7 @@ and selects that window."
(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)
+(global-set-key [vertical-line C-mouse-2] 'mouse-split-window-vertically)
(provide 'mouse)