Bind C-k to tempel-abort
This commit is contained in:
parent
55eecbac93
commit
b0955330a9
3
init.el
3
init.el
@ -1645,7 +1645,8 @@ is promoted to the beginning of the list of hooked functions."
|
||||
("RET" . tempel-done)
|
||||
("<tab>" . tempel-next)
|
||||
("<backtab>" . tempel-previous)
|
||||
("C-g" . tempel-abort)))
|
||||
("C-g" . tempel-abort)
|
||||
("C-k" . tempel-abort)))
|
||||
|
||||
;; ---------------------------------- ;;
|
||||
;; treesit-auto
|
||||
|
Loading…
Reference in New Issue
Block a user