Tag: vim

Using mnemonics outside of my vim

Vim. Many swear by it, many hate it. It has a steep learning curve, but once I got proficient, I really saw the benefits. As with everything muscle memory related, it is now even harder for me to use a normal writing mode, for instance on web sites. :wq In vim I build a memory ma…

Comments working using vim in Svelte

Here's a minimal vim settings that I have tweaked to make the comments work using vim in Svelte call plug#begin('~/.vim/plugged') Plug 'neoclide/coc.nvim', {'branch': 'release'} Plug 'evanleck/vim-svelte' Plug 'Shougo/context_file…