Answers for "how to follow a file url in vim"

1

how to follow a file url in vim

gf	    # open in the same window ("goto file")
<c-w>f	# open in a new window (Ctrl-w f)
<c-w>gf # open in a new tab (Ctrl-w gf)
Posted by: Guest on April-22-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language