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

Popular posts from this blog

java - NullPointerException for a 2d Array -

python - Assemble mpeg file unable to play in mediaplayer -

c# - NameSpace Manager or XsltContent to parse aspx page -