aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--runtime/doc/vim_diff.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt
index 82b38381ca..328e1eda75 100644
--- a/runtime/doc/vim_diff.txt
+++ b/runtime/doc/vim_diff.txt
@@ -49,11 +49,6 @@ are always available and may be used simultaneously in separate plugins. The
See |nvim-intro| for a list of Nvim's largest new features.
-Nvim has a built-in terminal emulator, which can be accessed using
-`:term[inal]`. By default, <C-\><C-n> exits terminal mode, but `:tmap` and
-`:tnoremap` can be used to change this and create other terminal mode
-mappings.
-
Meta key chords are recognized (even in the terminal).
- <M-1>, <M-2>, ...
- <M-BS>, <M-Del>, <M-Ins>, ...