diff options
| author | condy <condy0919@gmail.com> | 2021-03-19 00:43:58 +0800 |
|---|---|---|
| committer | condy <condy0919@gmail.com> | 2021-03-19 00:43:58 +0800 |
| commit | b5ade1850da6b1a9499ce8e519f2639e5c4a19f3 (patch) | |
| tree | 47fa4c266d3e2c3e83146dc25d30a19674ad2b3e /modes | |
| parent | 26493597c74a7e574364aa2ca751a1e70ee4e5eb (diff) | |
Info: Support mouse
Diffstat (limited to 'modes')
| -rw-r--r-- | modes/info/evil-collection-info.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modes/info/evil-collection-info.el b/modes/info/evil-collection-info.el index 0eb8432..b26b9dc 100644 --- a/modes/info/evil-collection-info.el +++ b/modes/info/evil-collection-info.el @@ -72,6 +72,10 @@ "gg" 'evil-goto-first-line + ;; mouse integration + [mouse-2] 'Info-mouse-follow-nearest-node + [follow-link] 'mouse-face + ;; TODO: Restore digit arguments? Use g[n] instead. ;; NOTE: We do NOT search the entire buffer, only the narrowed buffer. |
