my favorite vim motions that i'll never remember
ranked by usage: most π₯ π π π ποΈ least, new entries added to the top
- π
`Β`: go to position before last jump (undo lastf/F/t/Tmotion) - π₯
<C-i/o>: move positions in jump list - π₯
<C-6>: toggle between two files - π
'.: jump to last edited line
- π
o: move to start or end of visual selection
- π
<C-r><buffer>: put buffer in insert mode. i mainly use with"/+buffer
- π
:'<,'>norm {motion}: executes{motion}on given visually selected lines
- π
<C-t/v/x>: go to a file in a new tab, vsplit, or split