美文网首页
解决screen和emacs快捷键冲突的问题

解决screen和emacs快捷键冲突的问题

作者: 苍白想象力 | 来源:发表于2016-05-21 12:29 被阅读159次

Redefining the Command key

Emacs uses ‘C-a’ for ‘beginning-of-line’. It is also the command key for GNU Screen, which causes a problem of “muscle memory impedance matching.”

Suggestions for Command key Redefinition

.screenrc
# ##Control-^ (usually Control-Shift-6) is traditional and the only key not used by emacs
escape ^^^^
# ## do not trash BackSpace, usually DEL
bindkey -k kb
bindkey -d -k kb
# ## do not trash Delete, usually ESC [ 3 ~
bindkey -k kD
bindkey -d -k kD

相关文章

  • 解决screen和emacs快捷键冲突的问题

    Redefining the Command key Emacs uses ‘C-a’ for ‘beginnin...

  • atom emacs 快捷键

    atom atomic-emacs 插件的 emacs 快捷键收集 atom emacs keybinding:

  • Linux

    CL zsh vim emacs screen tmux conda vifm GUI

  • 第六章----快捷键

    第一节:解决快捷键冲突 idea支持很多快捷键,这样就导致了很多快捷键和其他应用冲突,所以需要把其他应用的快捷键去...

  • Ubuntu 操作技巧超简单

    操作系统快捷键,解决与应用软件冲突问题System settings >> Keyboard >> Shortcu...

  • 疗愈是什么?

    找到旧伤和自己和解. 解决冲突轻松活 发了问题解决冲突 解决冲突痛快活着 通过决察发现问题解决冲突和自己和解痛快活...

  • emacs 宏操作

    emacs 快捷键众多,可以自己定义的快捷键很多,自定义快捷键能打造更适合自己的编辑器,宏定义是emacs比较强大...

  • vscode emacs 快捷键

    vscode emacs-keymap 快捷键收集

  • 2. Emacs 快捷键

    简述 要想用好Emacs,学会使用它的快捷键是必须地。Emacs的快捷键有很多,因此将其在纸上写下来随时备查(我就...

  • 解决windows输入法ctrl+空格与idea快捷键冲突的问题

    删除windows输入法ctrl+空格的方法,解决与idea的输入建议快捷键冲突的问题。在windows自带的高级...

网友评论

      本文标题:解决screen和emacs快捷键冲突的问题

      本文链接:https://www.haomeiwen.com/subject/gjxorttx.html