when i travel between files using a shortcut over a pathfile, then it seems like i don't just travel between files.
i go to a file using >, within that file i change location of the cursor and do something, then i press <. but instead of going to the previous file, it first goes to the original location i was at when i entered the file, then i need to press < again to actually get to the previous file.
that's a nuisance for it doesn't allow me to change the stored location within the destination file. it always remains the same so i always enter at the same place, plus this requires two clicks to travel when only one is necessary. and this makes the system behavior more confusing.
this problem only seems to arise when i enter very large files. with the small ones the location works fine.
how do i make the < button move me to the previous file i was in, directly, always?
p.s.
is use the following mapping in my vimrc:
noremap > gf
noremap < <C-o>
i have tried substituting <C-o> with <C-6>, but that doesn't work, for some reason.