What is the default keybinding for <D> on linux? Mac has this bound to Command

蹲街弑〆低调 提交于 2019-12-10 18:06:37

问题


Some example settings for Vim (for example janus) have the command-key bound to certain commands.

For example:

  " Command-Shift-F for Ack
  map <D-F> :Ack<space>

I don't know how to find out what that D is on my Linux/Ubuntu system.


回答1:


It doesn't map to anything on Linux. :h <D

<D-...>     command-key (Macintosh only)    *<D-*

You can substitute other keys, though, like <C- is control




回答2:


On my Linux machine <D maps to the \ Key. Maybe meanwhile the key mappings where updated.



来源:https://stackoverflow.com/questions/8639320/what-is-the-default-keybinding-for-d-on-linux-mac-has-this-bound-to-command

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!