DarkMatter in Cyberspace
  • Home
  • Categories
  • Tags
  • Archives

Note about marks in vi


:h marks or Using marks for detailed info.

Type of marks

a ~ z: valid within one file, erased when file closed;

A ~ Z: valid between files, you can use these marks jump between files;

0 ~ 9: reserved for vi use;

Frequently used actions

(use "a" as mark name)

set marks: ma

jump to marks(line and column): `a

junp to marks(line head): 'a

list all marks: :marks

delete all marks: :delm!



Published

Jun 5, 2013

Last Updated

Jun 5, 2013

Category

Tech

Tags

  • Vim 92

Contact

  • Powered by Pelican. Theme: Elegant by Talha Mansoor