diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-02-22 04:25:34 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-02-22 04:25:34 -0500 |
commit | e71de26abade27b1c7b7ff0cf45d393d71b9a028 (patch) | |
tree | 6bedd829ee9f073f7940a2ed09ad6829318d71b5 /runtime | |
parent | 9403ce82bce1a2dcda4b01b10b2c01ee42bb4034 (diff) | |
parent | 99d4c8c29c4a9371c268cc20e4805709d86fb686 (diff) | |
download | rneovim-e71de26abade27b1c7b7ff0cf45d393d71b9a028.tar.gz rneovim-e71de26abade27b1c7b7ff0cf45d393d71b9a028.tar.bz2 rneovim-e71de26abade27b1c7b7ff0cf45d393d71b9a028.zip |
Merge pull request #4317 from justinmk/superkey
keymap: Support <D-...> (super/command key).
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/intro.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/intro.txt b/runtime/doc/intro.txt index fdf106a7bb..cbe017e051 100644 --- a/runtime/doc/intro.txt +++ b/runtime/doc/intro.txt @@ -452,7 +452,7 @@ notation meaning equivalent decimal value(s) ~ <C-...> control-key *control* *ctrl* *<C-* <M-...> alt-key or meta-key *meta* *alt* *<M-* <A-...> same as <M-...> *<A-* -<D-...> command-key (Macintosh only) *<D-* +<D-...> command-key or "super" key *<D-* <t_xx> key with "xx" entry in termcap ----------------------------------------------------------------------- |