GithubHelp home page GithubHelp logo

vim-ipython-ide's Introduction

vim-ipython-ide

Plugin to work with iPython inside of VIM. You need VIM compiled with terminal support for this.

This plugin allows you to send snippets of code to a terminal pane in VIM. By default it adds escape sequences to the code to make iPython accept it as one block (normally, a newline would trigger a return, very annoying if you want to paste, say, a for block).

Usage

First, you need to tell the plugin which buffer to send the code to. This is done by storing the buffer nr in the variable g:vide_main_buf. The plugin provides to ways of setting this variable. Either run <leader>dc, which creates a new terminal and sets it as the recipient termina. The second option is to execute <leader>dm in an exising terminal, which sets that terminal as the recipient.

From that point you can send lines of code to the terminal by visually selecting it and pressing <leader>dp. You can quickly move to the currently defined recipient terminal by pressing <leader>df.

vim-ipython-ide's People

Contributors

tbosman 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.