From bdf9a71ab7baa2b1de9abcfd5df1a9107a55d141 Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Sun, 5 Jul 2026 01:19:30 -0400 Subject: add a bunch of emacs packages HELP --- .../lisp/evil-collection/modes/profiler/README.org | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .config/emacs/lisp/evil-collection/modes/profiler/README.org (limited to '.config/emacs/lisp/evil-collection/modes/profiler/README.org') diff --git a/.config/emacs/lisp/evil-collection/modes/profiler/README.org b/.config/emacs/lisp/evil-collection/modes/profiler/README.org new file mode 100644 index 0000000..79bd707 --- /dev/null +++ b/.config/emacs/lisp/evil-collection/modes/profiler/README.org @@ -0,0 +1,25 @@ +* profiler + + Evil bindings for [[https://www.gnu.org/software/emacs/manual/html_node/elisp/Profiling.html][profiler]]. + +** Key bindings + + Bindings added to =profiler-report-mode-map= in normal state. + + | Command | Original | Evil | + |--------------------------------------------+------------+---------------------| + | =profiler-report-next-entry= | =n= | =j= | + | =profiler-report-previous-entry= | =p= | =k= | + | =profiler-report-toggle-entry= | =RET=, =i= | =TAB= | + | =profiler-report-find-entry= | =f=, =j= | =RET= | + | =profiler-report-describe-entry= | =d= | =i= | + | =profiler-report-render-calltree= | =C= | =c= | + | =profiler-report-render-reversed-calltree= | =B= | =C= | + | =profiler-report-ascending-sort= | =A= | =o= | + | =profiler-report-descending-sort= | =D= | =O= | + | =profiler-report-compare-profile= | === | === | + | =scroll-up-command= | n/a | =SPC= | + | =scroll-down-command= | n/a | =S-SPC=, == | + | =revert-buffer= | n/a | =gr= | + | =quit-window= | n/a | =q=, =ZZ= | + | =evil-quit= | n/a | =ZQ= | -- cgit v1.2.3