Skip to content

xenodium/symbol-overlay-mc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Symbol overlay multiple cursors (symbol-overlay-mc)

symbol-overlay-mc is a tiny Emacs package enabling multiple cursors on symbol overlays. It was born out of a small itch I wanted to scratch. Wrote how I went about it here. The package lived in my config until Peter Oliver kindly volunteered to bring to MELPA.

Setup

A sample config, using M-a as a key binding:

(use-package symbol-overlay-mc
  :ensure t
  :bind (("M-a" . symbol-overlay-mc-mark-all)))

About

Symbol overlay extensions for Emacs multiple cursors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published