,, as keybind for finishing out of editors
This commit is contained in:
parent
441bbee8fb
commit
01b69a78e5
6
init.org
6
init.org
|
@ -497,6 +497,12 @@ With =TAB= I can cycle headings in org, and with =,,= I can exit the special sou
|
||||||
(evil-define-key 'normal 'org-mode-map (kbd "<SPC>il") 'org-insert-link)
|
(evil-define-key 'normal 'org-mode-map (kbd "<SPC>il") 'org-insert-link)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
Unassociated key-bindings:
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
;; for exiting out of magit’s commit editor with ,, instead of C-c C-c
|
||||||
|
(evil-define-key 'normal ’global (kbd ",,") 'with-editor-finish)
|
||||||
|
#+end_src
|
||||||
|
|
||||||
Close =:config=.
|
Close =:config=.
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue