diff --git a/pages/common/vim.md b/pages/common/vim.md index 05bdba80b..98dcae9ab 100644 --- a/pages/common/vim.md +++ b/pages/common/vim.md @@ -8,6 +8,10 @@ `vim {{path/to/file}}` +- Open a file at a specified line number: + +`vim +{{line_number}} {{path/to/file}}` + - View Vim's help manual: `:help` @@ -16,10 +20,6 @@ `:wq` -- Open a file at a specified line number: - -`vim +{{line_number}} {{path/to/file}}` - - Undo the last operation: `u`