dacap/keyfreq

Track Emacs commands frequency

Emacs Lisp

340

39 commits

updated Nov 7, 2023

See the code

README

HOW TO USE IT?

Include the following lines in your .emacs file:

(require 'keyfreq)
(keyfreq-mode 1)
(keyfreq-autosave-mode 1)

And use keyfreq-show to see how many times you used a command.

How to exclude commands?

(setq keyfreq-excluded-commands
      '(self-insert-command
        forward-char
        backward-char
        previous-line
        next-line))

Contributors

dacap

22 commits

xfq

6 commits

zimoun

2 commits

Mallchad

2 commits

dacap/keyfreq

Track Emacs commands frequency

Emacs Lisp

340

39 commits

updated Nov 7, 2023

See the code

README

HOW TO USE IT?

Include the following lines in your .emacs file:

(require 'keyfreq)
(keyfreq-mode 1)
(keyfreq-autosave-mode 1)

And use keyfreq-show to see how many times you used a command.

How to exclude commands?

(setq keyfreq-excluded-commands
      '(self-insert-command
        forward-char
        backward-char
        previous-line
        next-line))

Contributors

dacap

22 commits

xfq

6 commits

zimoun

2 commits

Mallchad

2 commits

Languages

Emacs Lisp

100.0%