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`.
This commit is contained in:
Michael Reed 2015-04-04 14:48:39 -04:00
parent 4f7d515be4
commit 73bf0551f8

View File

@ -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. 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). Meta key chords are recognized (even in the terminal).
- <M-1>, <M-2>, ... - <M-1>, <M-2>, ...
- <M-BS>, <M-Del>, <M-Ins>, ... - <M-BS>, <M-Del>, <M-Ins>, ...