Vimcasts
Share:

Listens: 720

About

Regular free screencasts about the Vim text editor.

Pasting into a terminal buffer

Yanking and pasting works seemlessly between Neovim’s regular buffers and terminal buffers. In this video, we’ll look at how the Normal mode paste com...
Show notes

Creating mappings for :terminal

Neovim lets us create mappings using the meta key. In this video, we’ll set up some mappings to make it easier to exit from Terminal mode. We’ll also ...
Show notes

Neovim's terminal emulator

Neovim lets you run a terminal emulator inside of a buffer. In this video, we’ll cover some of the basics of how terminal buffers work, and how you ca...
Show notes

CheckHealth in Neovim

Neovim’s :checkhealth command can diagnose problems with your configuration. In this video, we’ll run this command and follow its suggestions to enabl...
Show notes

Meet Neovim

In this video, we’ll see how to install and set up Neovim so that it reuses your existing Vim configuration files. Most plugins should work in Neovim ...
Show notes

Meet minpac

Minpac is a minimal package manager for Vim 8. It makes it easy to add plugins, keep them up to date, and remove them. In this video, we’ll see how it...
Show notes

Installing plugins using packages

Packages are a new feature in version 8 of Vim. In this video, we’ll see how we can use packages to easily install Vim plugins. The process will be fa...
Show notes