The safest way without destroying a register is to do the following:
p`[
If you want to create a shortcut, just use any of vim’s map functions that is suitable for you, eg:
noremap p p`[
The safest way without destroying a register is to do the following:
p`[
If you want to create a shortcut, just use any of vim’s map functions that is suitable for you, eg:
noremap p p`[