I use the shortcut C-,
with the window version of emacs.
(global-set-key (kbd "C-,") 'dabbrev-expand)
My problem is that this shortcut does not work in the console version of emacs.
I've tried many things (.inputrc
, set bind-tty-special-chars off
, bind
command in .bashrc
) but nothing seems to work; I never manage to receive something with this combination of keys.
I've managed to bind other non standards shortcuts like Ctrl-<left-arrow>
.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…