diff --git a/pages/common/nvim.md b/pages/common/nvim.md index 3d632ad4e..ddb089f5e 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 f6542603e..a60b72c76 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 1239ecb6d..b2d8452e1 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 99e7787cd..1787ea224 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, ...):