How to use markers and perform text selection in Vim.md 692 B


Title: How to use markers and perform text selection in Vim Date: 2017-03-05 09:16:12 Categories: [editors] tags: [vim]

Author: sedlav

When using GUI-based text/source code editors, some features are a given, such as selecting text. I mean, most of us won't even consider this a feature anymore. But that's not the case with command line based editors like Vim. Specifically for Vim when only using keyboard, you'll have to learn certain commands in order to select text the way you want. In this tutorial we will discuss this feature as well as the 'marks' feature of Vim in detail.

Link