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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It doesn’t map to anything on Linux.
:h <DYou can substitute other keys, though, like
<C-is control