Obligatory link to VimGolf, a great way to learn by doing. https://vimgolf.com/
Interactive Vim tutorial
31–40 of 230 posts
Re: Interactive Vim tutorial
#32I've tried Gvim, but this just seems like vim with buttons (no smooth-scroll). I've tried Sublime text with the ActualVim plugin (powered by NeoVim), but this had errors which somehow swapped document buffers on write, essentially deleting an entire document (thankfully I had a backup).
Re: Interactive Vim tutorial
#33I apologize that this question is slightly tangential to the submitted post, but this seems like an ideal venue to ask: Is there a GUI interface to vim that has smooth-scrolling? I've tried Gvim, but this just seems like vim with buttons (no smooth-scroll). I've tried Sublime text with the ActualVim plugin (powered by NeoVim), but this had errors which somehow swapped document buffers on write, essentially deleting a…
Re: Interactive Vim tutorial
#34Is there something similar to this for emacs?
Do you know the command to quit vim?
CTRL-Z
sudo killall vim
sudo apt uninstall vim
Re: Interactive Vim tutorial
#35Re: Interactive Vim tutorial
#36Now I wonder if there's a js library which makes a textfield behave like VIM... Guess I'll need to look at the source here later on to find out.
Re: Interactive Vim tutorial
#37I started going through it, and unfortunately it takes control away from you way too often. I want to be able to toy around with the concepts after I learn them. I'd still recommend `vimtutor`.
Re: Interactive Vim tutorial
#38Re: Interactive Vim tutorial
#39Now I wonder if there's a js library which makes a textfield behave like VIM... Guess I'll need to look at the source here later on to find out.
since this site doesn't let you experiment, i'd guess they didn't actually emulate vim. it's little more than a slide deck triggered by specific keypresses.
Re: Interactive Vim tutorial
#40I apologize that this question is slightly tangential to the submitted post, but this seems like an ideal venue to ask: Is there a GUI interface to vim that has smooth-scrolling? I've tried Gvim, but this just seems like vim with buttons (no smooth-scroll). I've tried Sublime text with the ActualVim plugin (powered by NeoVim), but this had errors which somehow swapped document buffers on write, essentially deleting a…