Vim Janus <D-F> <D-/>

1.9k Views Asked by At

Sorry for such a random question, but while reading Janus I noticed it offers several shortcuts for things.

I think they are MacVim related and want to know what the Linux equivalents are.

With <D-F> <D-/> what do the Ds really stand for? How do I get these commands to work?

2

There are 2 best solutions below

2
On BEST ANSWER

You didn't read carefully enough.

As much as I despise that kind of "distribution" the authors of Janus have done a great job coming up with Linux/Windows versions (using Ctrl or Alt) of their Mac OS X specific mappings: see vim/core/before/plugin/mappings.vim from line 60 to line 160, for example.

To answer your question:

  • <D-/> is mapped here, along with it's Linux/Windows alternatives.

  • <D-F> is mapped there, along with it's Linux/Windows alternatives.

The <A- mappings may be problematic in most terminals, though.

3
On

D stands for the Mac (command) key. There isn't a Linux equivalent (see :help <D-). However, you can remap them to something else.