What lisp config command would bind this command, if it’s not already bound?
Also, If I wanted to bind C-x h, C-M-\, and , to a single C-M-\, how would this be done?
Thanks in advance
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The function
session-jump-to-last-changeis part ofsession.elwhich I typically bind to these two key sequences for convenience: C-xC-/ and C-A-/. I pick those keys because it is similar toundowhich is bound by default to C-/.