Raveen Kumar

Vim goto file under cursor

Vim goto file under cursor

Usually gf takes you to the file under cursor. But there is also gF. When a number followed by non file path character occurs it takes you to that line number.

Example:

./2022-01-25-vim-goto-file-under-cursor.md:3

#Vim