logoalt Hacker News

db48xtoday at 4:35 PM1 replyview on HN

Then simply change the keybindings.

Use `C-h k` and then middle click on the ruler-mode’s header to find out what command is bound to the middle mouse button, then bind that same command to a different mouse button:

    (keymap-set ruler-mode-map "<header-line> <down-mouse-3>" #'ruler-mode-mouse-grab-any-column)

Replies

internet_pointstoday at 7:09 PM

[dead]