如何在vim中映射Command/Apple选项

前端之家收集整理的这篇文章主要介绍了如何在vim中映射Command/Apple选项前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我正在通过这个文件,这是我收集的。
<Esc>                Escape key
        <C-G>                CTRL-G
        <Up>                 cursor up key
        <C-LeftMouse>        Control- left mouse click
        <S-F11>              Shifted function key 11
        <M-a>                Meta- a  ('a' with bit 8 set)
        <M-A>                Meta- A  ('A' with bit 8 set)
        <t_kd>               "kd" termcap entry (cursor down key)

然而我不明白我可以在这里映射Command / Apple键。我使用插件mentioned here.它工作伟大。我打开一个选项卡,然后我点击Command-R,我得到文件的列表。我找不到在Command-R和函数之间的映射。我使用vim设置如提到here

原文链接:https://www.f2er.com/bash/390465.html

猜你在找的Bash相关文章