dotfiles/emacs/.emacs.d/elpa/evil-collection-20260818.145/modes/lua-mode/README.org

19 lines
571 B
Org Mode
Raw Normal View History

* lua-mode
Evil bindings for [[https://github.com/immerrr/lua-mode][lua-mode]].
** Key bindings
| Command | Original | Evil |
|----------------------------+-----------+------|
| =lua-search-documentation= | =C-c C-f= | =K= |
| =run-lua= | | =gz= |
Also installs a hook that sets =evil-shift-width= to =lua-indent-level=
in =lua-mode= buffers.
** New commands
- =evil-collection-lua-mode-set-evil-shift-width= — sync
=evil-shift-width= with =lua-indent-level= (added to =lua-mode-hook=).