Software Alternatives, Accelerators & Startups

AsyncRun.vim VS Vim Adventures

Compare AsyncRun.vim VS Vim Adventures and see what are their differences

AsyncRun.vim logo AsyncRun.vim

Run Async Shell Commands in Vim 8.0 / NeoVim and Output to Quickfix Window - skywind3000/asyncrun.vim

Vim Adventures logo Vim Adventures

Learning Vim while playing a game
  • AsyncRun.vim Landing page
    Landing page //
    2023-07-31
Not present

AsyncRun.vim videos

No AsyncRun.vim videos yet. You could help us improve this page by suggesting one.

+ Add video

Vim Adventures videos

VIM Adventures

Category Popularity

0-100% (relative to AsyncRun.vim and Vim Adventures)
Programming
100 100%
0% 0
Coding Games
0 0%
100% 100
Text Editors
18 18%
82% 82
Online Learning
0 0%
100% 100

User comments

Share your experience with using AsyncRun.vim and Vim Adventures. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Based on our record, Vim Adventures should be more popular than AsyncRun.vim. It has been mentiond 122 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

AsyncRun.vim mentions (21)

  • Is there a plugin for async shell :%!command ?
    I'm familiar with asyncrun.vim, but it outputs as quickfix. I specifically want to filter editor text (as stdin/stdout). Source: about 1 year ago
  • When creating a new window, can you open to the CWD in your terminal emulator of choice?
    If you want to open a new terminal in the CWD of neovim, you couls either use neovim's built in terminal or, if it needa to be kitty, use the neovim AsyncRun-plugin and start kitty with the necessary command-line options to start in neovims's CWD(I uae this with Alacritty instead of Kitty). Source: about 1 year ago
  • How do you handle level productivity: autoformat, insert debug statement, execute file?
    For running the file there are several tools. I have been using asynctasks.vim which is built on top of asyncrun.vim which I usually use to open a tmux pane and run the code/test. I've been looking at switching to overseer.nvim but haven't yet. I use justfiles to define all of my tasks. Source: over 1 year ago
  • How do you guys run the code you write with vim?
    I can :Man blah to look up docs or :AsyncRun to build/run with jumpable output in the quickfix. Doing it within vim means I can pull from any register for pasting, yank without a mouse, hide buffers or move them to tabs, etc. Source: over 1 year ago
  • VSCode -> VIM, but how do I accomplish the other IDE tasks?
    I use asyncrun.vim to see compile output as it happens (line by line instead of the whole dump when compile completes) and asynchronously (so I can keep navigating around). Source: over 1 year ago
View more

Vim Adventures mentions (122)

  • Practical Vim Command Workflow
    It surprises me how few people are aware of https://vim-adventures.com Beat that game and hjkl will feel just as natural as arrow keys, and so will a ton of vim commands. I think the creator does himself a disservice by selling 6 month licenses rather than lifetime. But 6 months is more than enough to play through it. I think it only took me a couple days. - Source: Hacker News / 17 days ago
  • Any fun ways to learn Emacs?
    I do not know any for emacs, but for Vim there is one: https://vim-adventures.com/. - Source: Hacker News / 19 days ago
  • Obsidian 1.5 Desktop (Public)
    That’s a good question. The built in tutorial is actually really good, you can launch it with “vimtutor” on the command line. It doesn’t give you everything, but its instructions and text to try things out on in the editor itself, which I find a good way to learn. It isn’t particularly programming focused either. For getting used to the motions especially https://vim-adventures.com can be a fun way, in its game... - Source: Hacker News / 5 months ago
  • Flexbox Froggy
    Very cool! As an aside, I've learned so many things via games like this. Including vim (via https://vim-adventures.com/), which I now basically can't live without. - Source: Hacker News / 8 months ago
  • How to Transform Vim to a Complete IDE?
    If you want to become thoroughly familiar with the commands of Vim and remember them forever, there is a browser game that can help you achieve this: https://vim-adventures.com. - Source: dev.to / 8 months ago
View more

What are some alternatives?

When comparing AsyncRun.vim and Vim Adventures, you can also consider the following products

Vim-Plug - :hibiscus: Minimalist Vim Plugin Manager. Contribute to junegunn/vim-plug development by creating an account on GitHub.

Vim Awesome - Awesome Vim plugins from across the universe

TabNine - TabNine is the all-language autocompleter. We use deep learning to help you write code faster.

vim.so - Learn vim fast with interactive exercises in the browser

Flecs - Multi-threaded Entity Component System written for C89 & C99

CodeCombat - Learn programming with a multiplayer live coding strategy game.