Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b6522df6
Commit
b6522df6
authored
Jul 16, 1994
by
Richard M. Stallman
Browse files
([vertical-line C-mouse-2]): Bind it as in a scroll bar.
parent
8137dca9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lisp/mouse.el
lisp/mouse.el
+1
-0
No files found.
lisp/mouse.el
View file @
b6522df6
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment