diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-12-10 01:24:20 -0800 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-12-31 02:25:10 -0800 |
commit | 93e7c7e3bd30ae141b613e71a6a3a863e6064d91 (patch) | |
tree | 19d0059c11b73fb14d67190a21d4e7c2f66a4aff /runtime/doc/intro.txt | |
parent | e922576bdd6abd6736417343121120b289079565 (diff) | |
download | rneovim-93e7c7e3bd30ae141b613e71a6a3a863e6064d91.tar.gz rneovim-93e7c7e3bd30ae141b613e71a6a3a863e6064d91.tar.bz2 rneovim-93e7c7e3bd30ae141b613e71a6a3a863e6064d91.zip |
doc [ci skip]
Diffstat (limited to 'runtime/doc/intro.txt')
-rw-r--r-- | runtime/doc/intro.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/intro.txt b/runtime/doc/intro.txt index c59ed43a47..3c3753df78 100644 --- a/runtime/doc/intro.txt +++ b/runtime/doc/intro.txt @@ -339,6 +339,8 @@ notation meaning equivalent decimal value(s) ~ <EOL> end-of-line (can be <CR>, <LF> or <CR><LF>, depends on system and 'fileformat') *<EOL>* +<Ignore> cancel wait-for-character *<Ignore>* +<NOP> no-op: do nothing (useful in mappings) *<Nop>* <Up> cursor-up *cursor-up* *cursor_up* <Down> cursor-down *cursor-down* *cursor_down* |