8000 GitHub - tprost/helix: Emulation of Helix in Emacs using bits of Evil mode and Meow
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tprost/helix

 
 

Repository files navigation

Emulating Helix Editor by forking meow-mode and Frankenstein combinining it with surround, multiple-cursors, expand-region and a few snippets of evil-mode.

Installation

(use-package surround)
(use-package multiple-cursors)
(use-package expand-region)
(use-package helix
  :straight (helix :type git :host github :repo "tprost/helix"))
(require 'helix)
(global-helix-mode 1)

About

Emulation of Helix in Emacs using bits of Evil mode and Meow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%
0