diff --git a/src/webviewContent.ts b/src/webviewContent.ts
index 20050f0..0124c55 100644
--- a/src/webviewContent.ts
+++ b/src/webviewContent.ts
@@ -294,7 +294,7 @@ export function getWebviewContent(
- /pattern – search for pattern
- ?pattern – search backward for pattern
- - \vpattern – 'very magic' pattern: non-alphanumeric characters are interpreted as special regex symbols (no escaping needed)
+ - \\vpattern – 'very magic' pattern: non-alphanumeric characters are interpreted as special regex symbols (no escaping needed)
- n – repeat search in same direction
- N – repeat search in opposite direction
- :%s/old/new/g – replace all old with new throught file