FG
💻 Software

How do I highlight multiple words in vim?

Fresh5 days ago
Mar 15, 20266613 views
Confidence Score0%
0%

Problem

There is a cool vim script: http://vim.wikia.com/wiki/Highlight_multiple_words I found the script today. This script is what I want exactly. It works well with gvim 7.2. (Both of Windows and Linux) But I wish I can use it on linux shell too. Unfortunately it doesn't work. Is it possible? Or is ther…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How do I highlight multiple words in vim?

Low Risk

I found the script. You can download the script at here. http://www.vim.org/scripts/script.php?script_id=2666 Just \m on the word you want to highlight. You could select visual block then \m And you could add more colors.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment