|
|
|
|
|
by flexagoon
1 day ago
|
|
> Vim users seem often quite happy with the vim emulation they get Its better than nothing, but usually only lets you use vim bindings for text editing itself. Compared to neovim, where the entire editor and the plugin ecosystem is fully based on the same keyboard-driven workflow, it's quite lacking. For example, I remember that when using VSCode with its Vim mode plugin, it took quite a bit of configuration to be able to switch to the file tree and navigate it with the keyboard, and it still didn't work that well due to inherent limitations of the software. Another huge example is Neogit. If you're an Emacs user, you probably use Magit, which Neogit is heavily inspired by, so you'll understand. Having it integrated into your editor and working with the same shortcuts is very nice and can't be replaced by vim emulation mode. |
|