diff --git a/config/ublt-dvorak.el b/config/ublt-dvorak.el index 6e9e952..e5b164a 100644 --- a/config/ublt-dvorak.el +++ b/config/ublt-dvorak.el @@ -94,6 +94,12 @@ (when-let ((command (key-binding (kbd "M-.")))) (call-interactively command))) +(defun ublt/mouse-pop-tag-mark (event) + "Call the command bound to `M-\,'." + (interactive "e") + (when-let ((command (key-binding (kbd "M-,")))) + (call-interactively command))) + ;;; Custom global bindings ------------------------------------------- ;; TODO: @@ -401,7 +407,8 @@ "M-" 'scroll-down-line "M-" 'scroll-up-line - "s-" 'ublt/mouse-xref-find-definitions) + "s-" 'ublt/mouse-xref-find-definitions + "S-s-" 'ublt/mouse-pop-tag-mark) ;;; Remapping some commands to their improved versions (keeping the key bindings). (ublt/define-keys global-map