Vim-cheatsheet: Difference between revisions

From wikipost
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
<pre>
<pre>
gg home
gg home
Shift-G end
G end
</pre>
</pre>



Revision as of 00:12, 5 May 2024

Cursor movement

gg      home
G       end


Markers

ma      set current position for mark A
`a      jump to position of mark A

:marks  show list of marks