aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/system_copy.vim
AgeCommit message (Collapse)Author
2015-10-15Add `:SystemCopy` commandadd-command-modeTeddy Wing
Enable System Copy to be executed from command mode. :SystemCopy will copy the current line. A range can be specified to copy multiple lines: :15,24SystemCopy This lets users to copy lines without moving the cursor, and allows for repeatability using the `@:` command.
2015-09-02user options for copy and paste commands addedHEADmasterTomek Łaziuk
in this commit: user custom options for copy and paste commands more specific and unique checks for build-in mappings checking if plugin was initialized moved to very first lines
2015-08-16Add support and mapping for pasting from clipboardTomasz Łaziuk
2015-05-28added support for linux and windowsZaq? Wiedmann
2014-06-06Expand on readme usage and installChris Toomey
2014-02-17Add SystemCopyLine supportChris Toomey
2014-02-17All but single line workingChris Toomey
2014-02-17Initial commit with mode resolutionChris Toomey