Sign up to save your podcastsEmail addressPasswordRegisterOrContinue with GoogleAlready have an account? Log in here.
FAQs about Vimcasts:How many episodes does Vimcasts have?The podcast currently has 76 episodes available.
February 02, 2018Pasting into a terminal bufferYanking and pasting works seemlessly between Neovim’s regular buffers and terminal buffers.In this video, we’ll look at how the Normal mode paste command works in a terminal buffer, and we’ll create a mapping to help with pasting text directly from Terminal mode....more6minPlay
December 12, 2017Creating mappings for :terminalNeovim 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 set up mappings using the meta key with h, j, k, and l to switch between split windows....more6minPlay
November 28, 2017Neovim's terminal emulatorNeovim 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 can use them alongside regular buffers in your workflow....more7minPlay
November 14, 2017Live substitution and yank highlightingThis video covers a couple of small but delightful Neovim features.You’ll see how to make Neovim show a live preview of how the substitute command will change our document.And you’ll find out how to make the yank operation highlight the range of text that it copied....more6minPlay
October 31, 2017CheckHealth in NeovimNeovim’s :checkhealth command can diagnose problems with your configuration.In this video, we’ll run this command and follow its suggestions to enable features such as python integration and ruby integration....more6minPlay
October 24, 2017Meet NeovimIn 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 just like they do in Vim....more6minPlay
October 12, 2017Meet minpacMinpac 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 works....more6minPlay
October 04, 2017Installing plugins using packagesPackages 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 familiar if you’ve used pathogen....more5minPlay
July 23, 2014Using selected text in UltiSnips snippetsWhen UltiSnips is triggered from Visual mode it captures the selection and makes it available to our snippets. We can then insert the selection unchanged with the $VISUAL placeholder, or we can use UltiSnips Python interpolation to transform the text before inserting it back into the document....more6minPlay
May 29, 2014Using Python interpolation in UltiSnips snippetsUltiSnips can execute Python code and interpolate the result into a snippet. This makes it possible to create snippets that react to the text entered in each field. We’ll look at an example that performs a simple calculation and inserts the result into our document....more5minPlay
FAQs about Vimcasts:How many episodes does Vimcasts have?The podcast currently has 76 episodes available.