Add :htmle ex command (html entity encoder/decoder)
This commit is contained in:
parent
ccbd8362b7
commit
f2df8192ff
2 changed files with 23 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
(evil-ex-define-cmd "rec[ent]" 'narf:helm-recentf) ; show recent files in helm
|
||||
(evil-ex-define-cmd "reo[rient]" 'narf/window-reorient) ; scroll all windows to left
|
||||
(evil-ex-define-cmd "ie[dit]" 'evil-multiedit-ex-match)
|
||||
(evil-ex-define-cmd "htmle[nt]" 'narf/html-entities) ; encode/decode html entities
|
||||
|
||||
;; External resources
|
||||
(evil-ex-define-cmd "dash" 'narf:dash) ; look up in Dash.app
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue