summaryrefslogtreecommitdiff
path: root/evil-profiler.el
diff options
context:
space:
mode:
authorPierre Neidhardt <ambrevar@gmail.com>2017-11-23 17:36:01 +0100
committerPierre Neidhardt <ambrevar@gmail.com>2017-11-27 17:26:40 +0100
commit4eff208474d56e625672a15182aaec7bd2ed2020 (patch)
tree61d0fb08f2c167abb418d8473cb79d5af0f1eb99 /evil-profiler.el
parent56a4b50ffee80ac4174ca8847b5da9c961ebe15a (diff)
Update sort / goto rationale
Use "open" comment, fallback to "gd" for "open at point" Split the concept of "go to defition" in the rationale. This yields distinct sections: - Go to definition - Go to current entity - Open thing at point - Emacs-style jumping
Diffstat (limited to 'evil-profiler.el')
-rw-r--r--evil-profiler.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/evil-profiler.el b/evil-profiler.el
index 5729049..a4ff3bc 100644
--- a/evil-profiler.el
+++ b/evil-profiler.el
@@ -43,7 +43,6 @@
"k" 'profiler-report-previous-entry
(kbd "<tab>") 'profiler-report-toggle-entry
- (kbd "<return>") 'profiler-report-toggle-entry
"i" 'profiler-report-toggle-entry
;; sort
@@ -55,7 +54,8 @@
"i" 'profiler-report-describe-entry
"=" 'profiler-report-compare-profile
- ;; goto
+ ;; open
+ (kbd "<return>") 'profiler-report-find-entry
"gd" 'profiler-report-find-entry
;; refresh