Giter Site home page Giter Site logo

bag-man / copypath.vim Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vim-scripts/copypath.vim

1.0 3.0 0.0 6 KB

Copy current editing file path to clipboard.

Home Page: http://www.vim.org/scripts/script.php?script_id=1456

Vim Script 100.00%

copypath.vim's Introduction

I have forked this, and added a function to copy the relative path of a file from the CWD. 
I map "cp" to ":CopyRelativePath<cr>" which makes running tests a lot easier. 

Usage:
   This script adds two new command ":CopyPath" and ":CopyFileName".
   You can use the ":CopyPath" command to copy file path to clipboard,
   and you can use the ":CopyFileName" command to copy file name to clipboard.

   :CopyPath
       copy current editing file full path to clipboard.
       And, if you set g:copypath_copy_to_unnamed_register option to 1 then,
       copy file full path to unnamed register too.
       Default, not copy to unnamed register.
       
   :CopyRelativePath
       copy current editing file relative path to clipboard.
       And, if you set g:copypath_copy_to_unnamed_register option to 1 then,
       copy file full path to unnamed register too.
       Default, not copy to unnamed register.

   :CopyFileName
       copy current editing file name to clipboard.
       And, if you set g:copypath_copy_to_unnamed_register option to 1 then,
       copy file name to unnamed register too.
       Default, not copy to unnamed register.

Configuration:
   g:copypath_copy_to_unnamed_register
      set this option value to 1 then, copy file path and name to unnamed register too.
  >
      let g:copypath_copy_to_unnamed_register = 1
  <

Note:
   o  To run this script, Vim needs to be compiled with "+clipboard" option.

copypath.vim's People

Contributors

bag-man avatar taku-o avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.