Moving (efficiently) vertically in Vim
        Posted  
        
            by janoChen
        on Super User
        
        See other posts from Super User
        
            or by janoChen
        
        
        
        Published on 2010-01-23T19:00:09Z
        Indexed on 
            2010/04/06
            13:43 UTC
        
        
        Read the original article
        Hit count: 345
        
vim
|keyboard-shortcuts
When I want to reach to a certain part of a word in Vim (horizontally) I simply press w, b, f or t (something). Is there a good way of doing this vertically? For instance, I want to get to a certain word or a letter of a line that is below or above the line I'm currently in.
PS: Without using :(line number)
© Super User or respective owner