Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

vim

janus

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?

like image 821
sayth Avatar asked Jul 31 '12 12:07

sayth


1 Answers

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.

like image 191
romainl Avatar answered Oct 31 '22 09:10

romainl