Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/webviewContent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ export function getWebviewContent(
<ul>
<li> <span> /pattern </span> – search for pattern</li>
<li> <span> ?pattern </span> – search backward for pattern</li>
<li> <span> \vpattern </span> – 'very magic' pattern: non-alphanumeric characters are interpreted as special regex symbols (no escaping needed)</li>
<li> <span> \\vpattern </span> – 'very magic' pattern: non-alphanumeric characters are interpreted as special regex symbols (no escaping needed)</li>
<li> <span> n </span> – repeat search in same direction</li>
<li> <span> N </span> – repeat search in opposite direction</li>
<li> <span> :%s/old/new/g </span> – replace all old with new throught file</li>
Expand Down