Vim vertical motion: moving up/down-ward, to the first line with a non-blank character on the current position -


is trying to move first (or [calculation] th) up or down, without any spaces But in the current horizontal position the character appears to be useful for the indented code well.

example

in Python

  if condition_a: do_stuff () '' "a random number of rows elif condition_b: other_stuff () Other: exception Raise ("no stuff can be done.")   

Say that the cursor is on 'i' if .

Reading : Help of up-down-motors does not seem to provide any indicator for this question.

Is it possible to achieve such speed?

I have (among others) a [| / ] | is the speed which jumps to [count] The next line in which the non-white space in the same column is the current one.

Comments

Popular posts from this blog

php - PDO bindParam() fatal error -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -