Multiple selections in VIM

selection, vim

Solution

You have to install the multiselect plugin to get this capability. Find it here: http://www.vim.org/scripts/script.php?script_id=953

Problem

Is it possible to select multiple non-consecutive lines (or sections) in VIM's visual mode? If so, how?

Original source