osx - control key binding in mac os x terminal -
i have been trying following key binding work in emacs running in mac terminal.
(define-key c-mode-base-map (kbd "c-`") 'ac-complete-clang)
it never worked. @ first, think got way of defining key binding wrong. later verified worked simpler key binding, e.g. m-_. realize terminal not recognizing c-` , many more control key related key binding.
can tell me how work? can see how terminal takes when press c-` , how should pass along emacs recognize it?
Comments
Post a Comment