Software Alternatives & Reviews

Kakoune VS Vim-Plug

Compare Kakoune VS Vim-Plug and see what are their differences

Kakoune logo Kakoune

Vim inspired — Faster as in less keystrokes — Multiple selections — Orthogonal design

Vim-Plug logo Vim-Plug

:hibiscus: Minimalist Vim Plugin Manager. Contribute to junegunn/vim-plug development by creating an account on GitHub.
  • Kakoune Landing page
    Landing page //
    2023-10-13
  • Vim-Plug Landing page
    Landing page //
    2023-09-30

Kakoune videos

Kakoune Is A More Efficient Text Editor

Vim-Plug videos

Why and How I Use Vim-Plug to Manage My Vim Plugins

Category Popularity

0-100% (relative to Kakoune and Vim-Plug)
Text Editors
57 57%
43% 43
IDE
58 58%
42% 42
Software Development
44 44%
56% 56
Productivity
100 100%
0% 0

User comments

Share your experience with using Kakoune and Vim-Plug. 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-Plug seems to be a lot more popular than Kakoune. While we know about 92 links to Vim-Plug, we've tracked only 9 mentions of Kakoune. 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.

Kakoune mentions (9)

  • Helix: Release 24.03 Highlights
    Helix's modal editing is based on Kakoune's modal editing which is like an evolution to Vim's modal editing. You can think of it as being always in selection (visual) mode. https://github.com/mawww/kakoune?tab=readme-ov-file#selectio.... - Source: Hacker News / about 1 month ago
  • I don't need your query language
    You might like kakoune (https://github.com/mawww/kakoune), which does exactly that: first you select the range (which can even be disjoint, e.g. All words matching a regex), then you operate on it. By default, the selected range is the character under cursor, and multiple cursors work out of the box. It also generally follows the Unix philosophy, e.g. By using shell... - Source: Hacker News / 11 months ago
  • I use nano BTW.
    It might be worth checking out kakoune if you are experimenting with editors. It’s supposed to be equally powerful to vim but much easier to learn. Source: over 1 year ago
  • Mle is a small, flexible, terminal-based text editor written in C
    For that, try Kakoune[1], which is modal with a mostly-postfix language instead of vi's usually-prefix one and uses this to also be a multiple-selections editor with immediate visual feedback. It falls too much into the uncanny valley of almost-but-not-quite-vi for some people, though. [1] https://kakoune.org/, https://github.com/mawww/kakoune. - Source: Hacker News / over 1 year ago
  • CppCon 2022
    I think the text editor, [Kakoune](https://github.com/mawww/kakoune), was written as an experiment in modern C++ language features. Its documentation says it requires a C++20 compiler, though I don't imagine it was originally for that version, since it was started before 2020. - Source: Hacker News / over 1 year ago
View more

Vim-Plug mentions (92)

  • How to use vim-plug with init.lua? win11
    Is it possible to use vim-plug with init.lua? https://github.com/junegunn/vim-plug. Source: 6 months ago
  • Vimtex not loading (vim-plug)
    Did you really install VimTeX? Did you run :PlugInstall? Ensure you installed and set up vim-plug correctly (https://github.com/junegunn/vim-plug). If VimTeX is installed, it should be installed to '~/.vim/plugged', thus you can open a terminal, then cd ~/.vim/plugged/vimtex and you should find the files there. Source: 10 months ago
  • How to use VIM text editor
    If you're determined to use vim for some reason, I'd suggest checking out vim-plug: https://github.com/junegunn/vim-plug. Quite useful for installing and maintaining all of the plugins that you're going to need to get vim to provide even a subset of the features offered by modern editors. Source: 10 months ago
  • I use the default file browser in vim (netrw). I know there are plugins that a lot of people like. Should I switch?
    I encourage you to add plugins to your vim (tip: use vim-plug). Use vimawesome.com for inspiration. Source: 10 months ago
  • Add plugins without access to GitHub?
    But the plugin manager https://github.com/junegunn/vim-plug can also install from offline sources, without accessing Github:. Source: about 1 year ago
View more

What are some alternatives?

When comparing Kakoune and Vim-Plug, you can also consider the following products

Atom - At GitHub, we’re building the text editor we’ve always wanted: hackable to the core, but approachable on the first day without ever touching a config file. We can’t wait to see what you build with it.

Vim Awesome - Awesome Vim plugins from across the universe

Vim - Highly configurable text editor built to enable efficient text editing

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

Light Table - Light Table is a new interactive IDE that lets you modify running programs and embed anything from...

pathogen.vim - pathogen.vim: manage your runtimepath. Contribute to tpope/vim-pathogen development by creating an account on GitHub.