Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

vim move to specific line

# Basic syntax:
<number>+G # In Vi/Vim, type a number and hold down shift+g

# Example usage:
50G	# Moves you to line 50 in the document
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #vim #move #specific #line
ADD COMMENT
Topic
Name
5+8 =