One tiny functionality that I often lose is the ability to move vertically in the same way fand t. Usually I want to go to the top or bottom of a paragraph without losing the position in the column, and although I “could” just write a script for it, I wondered if there was any known way to solve this problem that you guys know.
Example ([] = current position, <> = destination):
set tabstop=4
set shiftwidth=4
set <s>ofttabstop=4
set gfn=Source\ Code\ Pro:h14
set encoding=utf-8
set [t]_Co=256
set number
Like vertical fs, or t<space>.
Again, this is usually useful when working with blocks of code. Any ideas?
source
share