I would like to cover all aspects known for me related to the line numbers in Vim.
| Command | Description | 
|---|---|
| :0 | move cursor to the first | 
| :42 42gg 42G | move cursor to 42nd | 
| :G | move cursor to the last | 
Show line numbers in current file
:set number
Hide line numbers in current file
:set nonumber
 
 
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.