Coder Social home page Coder Social logo

vim-sprunge's Introduction

Sprunge.vim is a global plugin to post to Sprunge

Preview


Requirements

  • Vim 7.0+
  • curl 7.0+

Installation

  • Vundle way (recommended), add the following to your $HOME/.vimrc file:

      Bundle 'chilicuil/vim-sprunge'
    

    And run inside of vim:

      :BundleInstall
    
  • NeoBundle way:

      NeoBundle 'chilicuil/vim-sprunge'
    

    And run inside of vim:

      :NeoBundleInstall
    
  • Pathogen way:

      $ git clone https://github.com/chilicuil/vim-sprunge.git ~/.vim/bundle/vim-sprunge
    
  • Manual (simplest if you've never heard of vundle or pathogen), download the zip file generated from github and extract it to $HOME/.vim

      mv vim-sprunge*.zip $HOME/.vim
      cd $HOME/.vim && unzip vim-sprunge*.zip
    

    Update the help tags from vim:

      :helpt ~/.vim/doc/
    

Usage

:Sprunge to sprunge code to sprunge.us, you may use it in visual mode to sprunge only the selection.

You can also use the provided mapping of <Leader>s in both normal mode (sprunge entire buffer) or visual mode (sprunge only the selection)

License

© 2014 WTFPL, Do What the Fuck You Want to Public License. - http://www.wtfpl.net/

vim-sprunge's People

Contributors

javier-lopez avatar osse avatar bitdeli-chef avatar dhruvasagar avatar matthewclair avatar

Watchers

Sean Shergill 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.