What is the default keyword for <D> on Linux? Mac owes it to Team

Some example settings for Vim (eg, janus ) have a binding command line to certain commands.

For instance:

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

I do not know how to find out what is Din my Linux / Ubuntu system.

+3
source share
2 answers

On Linux, it does not map to anything. :h <D

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

You can replace other keys, although, for example, it <C-is a control

+9
source

On my Linux machine <D, the key is displayed \. Maybe for now the key mappings are where they are updated.

0
source

All Articles