top | item 46682178

(no title)

astrobe_ | 1 month ago

Nope! "G" moves the cursor to the end of the file. Very useful. Inferior editors have ctrl-end or alt-end, but with Vim, 90% of your lazy fingers stay on the home row!

discuss

order

Izkata|1 month ago

Also H, M, and L for high/middle/low of the lines currently visible on the screen.

schemathings|1 month ago

I find myself using '' as a builtin bookmark to go back to my previous spot when I use G, like gg=G'' to apply code formatting for the whole file then return to my spot.

massysett|1 month ago

Then there’s Emacs, where Meta - > takes three fingers!