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
4 changes: 2 additions & 2 deletions pages/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h2>Excluded URLs and keys</h2>
</div>

<h2>Custom key mappings</h2>
<textarea name="keyMappings" type="text"></textarea>
<textarea name="keyMappings" type="text" class="code"></textarea>
<div class="example">
Enter commands to remap your keys. Available commands:<br>
<pre
Expand All @@ -50,7 +50,7 @@ <h2>Custom key mappings</h2>
</div>

<h2>Custom search engines</h2>
<textarea name="searchEngines"></textarea>
<textarea name="searchEngines" class="code"></textarea>
<div class="example">
Add search-engine shortcuts to the Vomnibar. Format:<br>
<pre
Expand Down