vim

My vim.init

Even though I try to shill emacs as much as I possibly can I also like to use nvim so I can see the competition and learn things. Some things neovim does is fundamentally better then emacs ie evil. Workflows are fundementally different and I think that in order to use your workflow to its fullest potential you should understand other workflows and possible use different ones at different times. Anyway I recently remade my vim configuration as I originally made it in markdown trying to emulate org mode.

Vim Implementations

Vim is a amazing text editor. The way the keybindings flow together is really something beutiful. I am going to assume most people who are reading this know what vim is so I am going to explain why emacs is a better vim then vim itself. One common idea is that vim is fundementally better then vi. People don’t really take the time to understand why its really better. The same thing happens with neovim to vim but lets start with why vim is a better vi.