about summary refs log tree commit diff stats
path: root/doc/config.md
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2024-03-20 16:01:58 +0100
committerbptato <nincsnevem662@gmail.com>2024-03-20 16:01:58 +0100
commite9c202f29224f6e83abeed161263298237618145 (patch)
tree1849d6118a28f77bd6f5be416f1fa37adfeea460 /doc/config.md
parent4b7149a68e70737ea05514bda26cd64dc8d5909a (diff)
downloadchawan-e9c202f29224f6e83abeed161263298237618145.tar.gz
pager: add "save link", "save source"; change & document some keybindings
* `s{Enter}' now saves link, and `sS' saves source.
* Changed ;, +, @ to g0, g$, gc so that it's somewhat consistent with
  vim (and won't conflict with ; for "repeat jump to char")
* Changed (, ) to -, + so that it doesn't conflict with vi's
  "previous/next sentence" (once we have it...)
* Add previously missing keybindings to about:chawan
Diffstat (limited to 'doc/config.md')
-rw-r--r--doc/config.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/config.md b/doc/config.md
index 87f88136..3be07c81 100644
--- a/doc/config.md
+++ b/doc/config.md
@@ -1172,6 +1172,16 @@ if none were found.)</td>
 </tr>
 
 <tr>
+<td>`pager.saveLink()`</td>
+<td>Save URL pointed to by the cursor.</td>
+</tr>
+
+<tr>
+<td>`pager.saveSource()`</td>
+<td>Save the source of the current buffer.</td>
+</tr>
+
+<tr>
 <td>`pager.extern(cmd, options = {setenv: true, suspend: true, wait: false})`
 </td>
 <td>Run an external command `cmd`. The `$CHA_URL` and `$CHA_CHARSET` variables