evil-mode
introduces vim-style colon commands (such as :wq
to save and close).
I have a few commands (such as kill-buffer
, org-babel-tangle
) that I'd like to be able to run through this instead of the keybindings they currently have.
How can I add colon-commands like :k
for kill-buffer
and :tangle
for org-babel-tangle
?