how to go previous line in vim

hi,

suppose my cursor is on 15 th line in vim i want to go 105 th line and directly
come to 15 line from there is any shot key in vim to come directly to previous line ?

You could to directly the line number by typing

Use Ctrl-O to go back to an earlier cursor position.