private/hlissner: update ex commands
This commit is contained in:
parent
62a69bee3d
commit
b006e9d0dc
1 changed files with 2 additions and 3 deletions
|
@ -10,13 +10,12 @@
|
|||
|
||||
;; Editing
|
||||
(ex! "@" '+evil:macro-on-all-lines) ; TODO Test me
|
||||
(ex! "date" '+text:insert-date)
|
||||
(ex! "enhtml" '+web:encode-html-entities)
|
||||
(ex! "dehtml" '+web:decode-html-entities)
|
||||
(ex! "ie[dit]" 'evil-multiedit-ex-match)
|
||||
(ex! "na[rrow]" '+hlissner:narrow-buffer)
|
||||
(ex! "na[rrow]" '+evil:narrow-buffer)
|
||||
(ex! "ref[actor]" 'emr-show-refactor-menu)
|
||||
(ex! "retab" '+hlissner:retab)
|
||||
(ex! "retab" '+evil:retab)
|
||||
|
||||
;; External resources
|
||||
;; TODO (ex! "db" 'doom:db)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue