Commit Diff


commit - 9834552cb29958c7b3d0d7e74d5ce71ed197b2ce
commit + fb90f401970dc47286792292b26521c13d0c46c5
blob - 6ee3e8bb3be12cbb9279897c8d1c4f68f808da9b
blob + 30e42149b0322d39cfe015b190c4b012b0b1561d
--- init.el
+++ init.el
@@ -129,8 +129,11 @@
   ("C-# a" . mc/mark-all-like-this-dwim)
   ("C-# w" . mc/mark-all-words-like-this)
   ("C-# n" . mc/mark-next-like-this)
-  ("C-# p" . mc/mark-previous-like-this)))
+  ("C-# p" . mc/mark-previous-like-this)
 
+  ("<mouse-8>" . xref-go-back)
+  ("<mouse-9>" . xref-go-forward)))
+
 (lh/define-keys icomplete-fido-mode-map
                 (("TAB" . icomplete-force-complete)
                  ("<left>" . left-char)