vim-sendtowindow

Small vim plugin implementing a send-to-window operator. (by karoliskoncevicius)

Vim-sendtowindow Alternatives

Similar projects and alternatives to vim-sendtowindow

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better vim-sendtowindow alternative or higher similarity.

vim-sendtowindow reviews and mentions

Posts with mentions or reviews of vim-sendtowindow. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-24.
  • What are some plugins for interactive programming in nvim-lua
    3 projects | /r/neovim | 24 Sep 2022
    I have been using https://github.com/karoliskoncevicius/vim-sendtowindow
  • A Quick Introduction to R
    6 projects | news.ycombinator.com | 6 Feb 2022
    I use R with Vim. Usually the R script file is open on top and there is a :terminal window with R running below. And I use a small vim-plugin [1] for sending commands from the editor to the REPL.

    This has a few advantages, major being that you can run any language with a dynamic REPL this way, without changing your setup. Or, you can even have two files, written in two different languages, open side by side with a corresponding REPLs running beneath each of them. The downside of course is that you miss on auto-completion and other integrations like that. These are not impossible, but you would have to torture your Vim setup quite a bit in order to implement them.

    [1]: https://github.com/karoliskoncevicius/vim-sendtowindow

  • Ask HN: What are some tools / libraries you built yourself?
    264 projects | news.ycombinator.com | 16 May 2021
    I often have to perform statistical tests on genomic data. Which in practice means running the same test on every gene (row of a matrix). Running it separately on each row is often slow, specially in R. So to speed it up I started an R package "matrixTests": https://github.com/karoliskoncevicius/matrixTests which is a lot faster and deals nicely with edge case scenarios (missing values, infinities, empty matrices, etc).

    Another notable mention is maybe vim plugin "sendtowindow": https://github.com/karoliskoncevicius/vim-sendtowindow which implements an operator for sending text to another window. Handy for sending code in a REPL within vim ":terminal" buffer.

  • A note from our sponsor - SaaSHub
    www.saashub.com | 23 Apr 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic vim-sendtowindow repo stats
3
89
0.0
over 2 years ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com