aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/unimpaired_paste.vim
AgeCommit message (Collapse)Author
2014-06-14unimpaired_paste: fix `yi` mapping (change to `yoi`)Teddy Wing
Made a mistake. Using `yi` means that commands like `yi(` don't work anymore so change the mapping to `yoi` because I can't think of anything better.
2014-06-14unimpaired_paste: add `yi` mappingTeddy Wing
I often find that I want to delete the line inserted from the `yo` mapping. This adds a mapping that doesn't add the line in the first place so I don't have to go back and delete it after pasting.
2014-05-24Add tpope's paste helper from unimpaired.vimTeddy Wing
Copy of Tim Pope's paste helper. I didn't want the full unimpaired.vim but this functionality is really useful, so including it here in a separate plugin.