vim: Cross-reference pages (#9513)
* vim: Cross-reference pages Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * Move See also to next line Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * Apply suggestions from code review Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:

committed by
GitHub

parent
fb32bd7387
commit
a0d6670d86
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
> Neovim, a programmer's text editor based on Vim, provides several modes for different kinds of text manipulation.
|
> 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. `<Esc>` goes back to normal mode, which doesn't allow regular text insertion.
|
> Pressing `i` in normal mode enters insert mode. `<Esc>` goes back to normal mode, which doesn't allow regular text insertion.
|
||||||
|
> See also `vim`, `vimtutor`, `vimdiff`.
|
||||||
> More information: <https://neovim.io>.
|
> More information: <https://neovim.io>.
|
||||||
|
|
||||||
- Open a file:
|
- Open a file:
|
||||||
|
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
> Vim (Vi IMproved), a command-line text editor, provides several modes for different kinds of text manipulation.
|
> 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 `<Esc>` goes back to normal mode, which enables the use of Vim commands.
|
> Pressing `i` in normal mode enters insert mode. Pressing `<Esc>` goes back to normal mode, which enables the use of Vim commands.
|
||||||
|
> See also `vimdiff`, `vimtutor`, `nvim`.
|
||||||
> More information: <https://www.vim.org>.
|
> More information: <https://www.vim.org>.
|
||||||
|
|
||||||
- Open a file:
|
- Open a file:
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
# vimdiff
|
# vimdiff
|
||||||
|
|
||||||
> Open up two or more files in vim and show the differences between them.
|
> Open up two or more files in vim and show the differences between them.
|
||||||
> See also `vim`.
|
> See also `vim`, `vimtutor`, `nvim`.
|
||||||
> More information: <https://www.vim.org>.
|
> More information: <https://www.vim.org>.
|
||||||
|
|
||||||
- Open two files and show the differences:
|
- Open two files and show the differences:
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
# vimtutor
|
# vimtutor
|
||||||
|
|
||||||
> Vim tutor, teaching the basic vim commands.
|
> Vim tutor, teaching the basic vim commands.
|
||||||
|
> See also `vim`, `vimdiff`, `nvim`.
|
||||||
> More information: <https://manned.org/vimtutor>.
|
> More information: <https://manned.org/vimtutor>.
|
||||||
|
|
||||||
- Launch the vim tutor using the given language (en, fr, de, ...):
|
- Launch the vim tutor using the given language (en, fr, de, ...):
|
||||||
|
Reference in New Issue
Block a user