Sunday, April 17, 2005

Vim bookmark position and returning to bookmark

ml Mark the current position with the bookmark named l
'l Move to the beginning of the line where mark l is.
`l Move to the character where the named mark l is.
`` Return to exact position of the previous mark
'' Return to the beginning of the line where the previous mark was.

No comments: