Add Embrace keybinding
This commit is contained in:
parent
d01ad3371d
commit
c273856b94
1 changed files with 10 additions and 0 deletions
|
@ -220,6 +220,16 @@ Computing Environment".
|
||||||
(global-set-key (kbd "C-+") 'mc/mark-next-like-this)
|
(global-set-key (kbd "C-+") 'mc/mark-next-like-this)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
I've been looking for something like Embrace for a long time. I
|
||||||
|
really like the =surround.vim= module for vim (which I've only used
|
||||||
|
as =evil-surround= in =evil-mode=). Though because Emacs is not a
|
||||||
|
moded editor like vim, it's hard to find the right way to do
|
||||||
|
things.
|
||||||
|
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(global-set-key (kbd "C-c (") 'embrace-commander)
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
*** Hydra
|
*** Hydra
|
||||||
|
|
||||||
Hydra is an interesting way of managing keybindings, I want to
|
Hydra is an interesting way of managing keybindings, I want to
|
||||||
|
|
Loading…
Reference in a new issue