diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-04-04 14:48:39 -0400 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-04-04 18:31:57 -0400 |
commit | 73bf0551f891a13d76f436bf6a26933089539fa9 (patch) | |
tree | db1c533bee9f5604ef94383549d5cae18cc32630 | |
parent | 4f7d515be409b11334229ad66e7368d85ebaffa1 (diff) | |
download | rneovim-73bf0551f891a13d76f436bf6a26933089539fa9.tar.gz rneovim-73bf0551f891a13d76f436bf6a26933089539fa9.tar.bz2 rneovim-73bf0551f891a13d76f436bf6a26933089539fa9.zip |
doc/vim_diff.txt: Remove redundant `:terminal` ref
Stated at the top of the section:
"See |nvim-intro| for a list of Nvim's largest new features."
It's now mentioned in `:h nvim_terminal_emulator.txt`.
-rw-r--r-- | runtime/doc/vim_diff.txt | 5 |
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>, ... |