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

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -