Posts

Showing posts from February, 2020

Vim, flash movements between windows with EasyMotion

Image
Vim, flash movements between windows with EasyMotion Table of Contents 1. Quick introduction 2. Installation and configuration of EasyMotion 3. Use of EasyMotion in Vim 4. Examples with images 5. In brief Figure 1: Vim like a lightning bolt 1 Quick introduction Vim can quickly jump through different documents at a lightning speed. Do you remember when you had to move the cursor using the arrow keys and pressing them continuosly until the final point? If you use Vim, the above actions will be only bad memories. You only have to install the /EasyMotion / plugin and make a miniml configuration. 2 Installation and configuration of EasyMotion The EasyMotion plugin installation is really a kid's joke. If you use Vim Plug as your plugin manager , actually it's my favourite one, you only have to insert in your .vimrc the following text strings: Plug 'easymotion/vim-easymotion' Plug 'haya14busa/incse