Experimente a biblioteca keyfreq - link
Registra com que frequência você usa comandos diferentes, agrupados por modo. Você pode obter uma lista deles com a função keyfreq-show
:
(defun keyfreq-show (&optional major-mode-symbol)
"Show command usage statistics in 'keyfreq-buffer'.
If MAJOR-MODE-SYMBOL is given, the function shows the statistics
for that particular major mode only.
With a universal argument, the major-mode of the current buffer
is used as MAJOR-MODE-SYMBOL argument."
ou keyfreq-html
(defun keyfreq-html (filename &optional confirm)
"Save an HTML file as FILENAME with all the statistics of each mode."
ou keyfreq-json
.
Xah Lee tem um bom artigo, com alguns resultados usando uma versão mais antiga para mais de 4 milhões de chamadas de comando - link