diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/chawan.html | 6 | ||||
-rw-r--r-- | res/config.toml | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/res/chawan.html b/res/chawan.html index 6ce6950b..07c76f84 100644 --- a/res/chawan.html +++ b/res/chawan.html @@ -68,9 +68,9 @@ up/down by one row <li><kbd>C-f</kbd>, <kbd>C-b</kbd> (or <kbd>PgDn</kbd>, <kbd>PgUp</kbd>)</kbd>: scroll up/down by an entire page <li><kbd>{number}G</kbd> (or <kbd>{number}gg</kbd>): jump to {number}'th line -<li><kbd>g0<kbd>: jump to first character of the current line's visible part -<li><kbd>gc<kbd>: jump to center of the current line's visible part -<li><kbd>g$<kbd>: jump to last character of the current line's visible part +<li><kbd>g0</kbd>: jump to first character of the current line's visible part +<li><kbd>gc</kbd>: jump to center of the current line's visible part +<li><kbd>g$</kbd>: jump to last character of the current line's visible part <li><kbd>{</kbd>, <kbd>}</kbd>: move cursor to the previous/next paragraph <li><kbd>-</kbd>, <kbd>+</kbd> (or <kbd>zh</kbd>, <kbd>zl</kbd>): shift screen to the left/right by one cell diff --git a/res/config.toml b/res/config.toml index a33b187b..21514c63 100644 --- a/res/config.toml +++ b/res/config.toml @@ -287,7 +287,7 @@ force-pixels-per-line = false [[omnirule]] match = '^ddg:' -substitute-url = '(x) => "https://lite.duckduckgo.com/lite/?kp=-1&kd=-1&q=" + encodeURIComponent(x.split(":").slice(1).join(":"))' +substitute-url = 'x => "https://lite.duckduckgo.com/lite/?kp=-1&kd=-1&q=" + encodeURIComponent(x.split(":").slice(1).join(":"))' [page] # buffer commands |