diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-04-29 16:56:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-29 16:56:40 +0200 |
commit | 0df1b6655be5385c9cbb70dca1c042c6447ec50b (patch) | |
tree | 40036d5266f153856219fc2fd5b04ec3f848bb26 /runtime/doc/intro.txt | |
parent | 5a304b78647d1a3913cbab197ccde033ae0510cd (diff) | |
download | rneovim-0df1b6655be5385c9cbb70dca1c042c6447ec50b.tar.gz rneovim-0df1b6655be5385c9cbb70dca1c042c6447ec50b.tar.bz2 rneovim-0df1b6655be5385c9cbb70dca1c042c6447ec50b.zip |
doc: Removed t_XX options/keycodes. (#6616)
Closes #4482
TODO: revisit find_key_option_len()
Diffstat (limited to 'runtime/doc/intro.txt')
-rw-r--r-- | runtime/doc/intro.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/doc/intro.txt b/runtime/doc/intro.txt index e5a32041a5..7564679b93 100644 --- a/runtime/doc/intro.txt +++ b/runtime/doc/intro.txt @@ -445,7 +445,6 @@ notation meaning equivalent decimal value(s) ~ <M-...> alt-key or meta-key *META* *meta* *alt* *<M-* <A-...> same as <M-...> *<A-* <D-...> command-key or "super" key *<D-* -<t_xx> key with "xx" entry in termcap ----------------------------------------------------------------------- Note: The shifted cursor keys, the help key, and the undo key are only @@ -480,7 +479,6 @@ the ":map" command. The rules are: <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) The <> notation uses <lt> to escape the special meaning of key names. Using a backslash also works, but only when 'cpoptions' does not include the 'B' flag. |