Certain keybindings don't work when using emacs in a terminal

前端 未结 1 417
傲寒
傲寒 2020-12-10 18:48

I load GNU emacs in it\'s own window by typing emacs in the terminal. I like to use the keybindings from pc-selection-mode, which allows you to highlight charac

相关标签:
1条回答
  • 2020-12-10 19:09

    A lot of times the bindings just aren't listed, or are mapped wrong. You can try M-x show-lossage (or C-h l) to see if the escape sequences reach emacs or not. If they do, you might want to try xterm-extras -- it's always worked even as I migrate between different versions of linux and solaris, and as I ssh between them (which is often a source of problems).

    0 讨论(0)
提交回复
热议问题