A slide deck presentation about WebVim
@kramp
Why using Vim today ? When we have :
But
- Vim
- lightweight, cross paltform
- keyboard based
- huge ecosystem
- ergonomics (does the job really quickly)
- muscle memory
- battery not included
- learning curve
- heterogeneous plugins
- years of legacy and compat
- Linux dist ported to the Vim world
- Dotfiles to dotvim to webvim
- Like eclipse, jetbrains dist
- Syntax checking eslint
- white spaces with editorconfig or :FixeWhiteSpace
- Align
- Autocomplete
- Open module source (gf), Open module main file (:Nedit lodash)
- Multi cursor
- Git (gutter, Gblame, Gdiff, Gbrowse)
- Comment
- Format
- Refactor (TernRename)
- Search and replace interactive
- Spell check (set spell, ]s, zg, z=)
- Installer, more OS
- Neovim
- more syntax, more features