Code Monkey home page Code Monkey logo

shellinsidevim.vim's Introduction

This is a mirror of http://www.vim.org/scripts/script.php?script_id=2497

New version has combined into http://www.vim.org/scripts/script.php?script_id=2793

 --Typing the Ex command "Shell" will also allow you to run a Shell which you
   give and pass up to 20 parameters to that shell.

   Sample syntax...
       :Shell ps -e

 --Pressing "F4" will toggle the display of a buffer containing the output
   produced when running the shell command.

 **************************Some special syntax format**************************

 --If a Shell command starts with ":", this Shell will be executed as a vim Ex
  command, this is convenience if you map this command to a shortcut such as:

  map <CR> :Shell

  Then you could use this script to execute all the normal command directly.

  --If a Shell command starts with ">", this Shell will be executed with inputs
  which come from a file, which name is ".VIM_STD_IN". If the input file dose
 not exsits, you could give the inputs line by line by typing directly.

  --If a Shell command ends with ";", this Shell will be executed as a program
  development tool. You could use this script for your development, then you 
  could pass the compile or interpret command as the Shell parameters with ";"
  followed. When the command finished it will jump to the first error line if
  there are some errors. Of caurse you should special a compiler first.

shellinsidevim.vim's People

Contributors

wargrey avatar

Stargazers

 avatar

Watchers

 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.