diff --git a/pages/common/vim.md b/pages/common/vim.md index af72c1492..64777e3e4 100644 --- a/pages/common/vim.md +++ b/pages/common/vim.md @@ -1,6 +1,6 @@ # vim -> Vim (Vi IMproved), a programmer's 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` enters edit mode. `` goes back to normal mode, which doesn't allow regular text insertion. > More information: .