Created
March 30, 2020 09:34
-
-
Save danielvalentin/5f0899b2c5f3bcb2638da93a0e55231d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nnoremap <expr> gp '`[' . strpart(getregtype(), 0, 1) . '`]' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Select what you just pasted with gp.
For example, to paste, select and indent, you'd go:
p gp >
Super handy.