3

GitHub - Artawower/persistent-kmacro.el: Package for executing and storing your...

 1 year ago
source link: https://github.com/Artawower/persistent-kmacro.el
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

Persistent-kmacro.el

Package for executing and persistently storing your named macros.

Usage

  1. Run start-kbd-macro <your sequence> end-kbd-macro
  2. Define your named macro via persistent-kmacro-name-last-kbd-macro
  3. Run persistent-kmacro-execute-macro <your macro name>
  4. Enjoy!

Install

Requirements

(use-package persistent-soft
  :defer t)
(use-package persistent-kmacro
  :straight (:host github :repo "artawower/persistent-kmacro.el")
  :bind (:map evil-normal-state-map
           ("SPC me" . persistent-kmacro-execute-macro)
           ("SPC ma" . persistent-kmacro-name-last-kbd-macro)))

Configurations

persistent-kmacro-macro-file - file name of stored macros. Default value is ~/.emacs.d/persistent-kmacro.el

persistent-kmacro-name-last-kbd-macro - If non-nil, include projectile project name in macro name.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK