Vim, how do I return to the place I was before pasting some yanked text? -
How do I return to that place, which I did before pasting some coupled text?
And then back to where I was after immediately pasting?
`[
you can remap it again You can also if you want:
nnoremap pp` [nnoremap pp` [
` jumps on a mark , And [ marks that location.
Where to go back after pasting, OK, this is uncomfortable `]
.
If you ever have any such problem, you can always see which marks exist with : marks
. In addition, you would like to see : help `[
for more information.
Comments
Post a Comment