aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/intro.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-12-10 01:24:20 -0800
committerJustin M. Keyes <justinkz@gmail.com>2019-12-31 02:25:10 -0800
commit93e7c7e3bd30ae141b613e71a6a3a863e6064d91 (patch)
tree19d0059c11b73fb14d67190a21d4e7c2f66a4aff /runtime/doc/intro.txt
parente922576bdd6abd6736417343121120b289079565 (diff)
downloadrneovim-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.txt2
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*