From a0d6670d8649f1787b4519903ce45d434fe07b5e Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Tue, 29 Nov 2022 00:55:47 +0530 Subject: [PATCH] vim: Cross-reference pages (#9513) * vim: Cross-reference pages Signed-off-by: K.B.Dharun Krishna * Move See also to next line Signed-off-by: K.B.Dharun Krishna * Apply suggestions from code review Signed-off-by: K.B.Dharun Krishna --- pages/common/nvim.md | 1 + pages/common/vim.md | 1 + pages/common/vimdiff.md | 2 +- pages/common/vimtutor.md | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pages/common/nvim.md b/pages/common/nvim.md index 3d632ad4e9..ddb089f5e5 100644 --- a/pages/common/nvim.md +++ b/pages/common/nvim.md @@ -2,6 +2,7 @@ > Neovim, a programmer's text editor based on Vim, provides several modes for different kinds of text manipulation. > Pressing `i` in normal mode enters insert mode. `` goes back to normal mode, which doesn't allow regular text insertion. +> See also `vim`, `vimtutor`, `vimdiff`. > More information: . - Open a file: diff --git a/pages/common/vim.md b/pages/common/vim.md index f6542603ec..a60b72c76f 100644 --- a/pages/common/vim.md +++ b/pages/common/vim.md @@ -2,6 +2,7 @@ > Vim (Vi IMproved), a command-line text editor, provides several modes for different kinds of text manipulation. > Pressing `i` in normal mode enters insert mode. Pressing `` goes back to normal mode, which enables the use of Vim commands. +> See also `vimdiff`, `vimtutor`, `nvim`. > More information: . - Open a file: diff --git a/pages/common/vimdiff.md b/pages/common/vimdiff.md index 1239ecb6d1..b2d8452e12 100644 --- a/pages/common/vimdiff.md +++ b/pages/common/vimdiff.md @@ -1,7 +1,7 @@ # vimdiff > Open up two or more files in vim and show the differences between them. -> See also `vim`. +> See also `vim`, `vimtutor`, `nvim`. > More information: . - Open two files and show the differences: diff --git a/pages/common/vimtutor.md b/pages/common/vimtutor.md index 99e7787cda..1787ea2244 100644 --- a/pages/common/vimtutor.md +++ b/pages/common/vimtutor.md @@ -1,6 +1,7 @@ # vimtutor > Vim tutor, teaching the basic vim commands. +> See also `vim`, `vimdiff`, `nvim`. > More information: . - Launch the vim tutor using the given language (en, fr, de, ...):