diff options
author | bptato <nincsnevem662@gmail.com> | 2024-02-27 21:59:42 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-02-27 22:00:30 +0100 |
commit | 869c65a02e04db05e83f21cc77fe45e4f8e95513 (patch) | |
tree | f232d600457bb5db416da03c9bae502ac44fa521 /res/chawan.html | |
parent | 50436a9176f0b5a5239d4f3180f4e69c3dc350c1 (diff) | |
download | chawan-869c65a02e04db05e83f21cc77fe45e4f8e95513.tar.gz |
config: add yI for yanking image URLs
Diffstat (limited to 'res/chawan.html')
-rw-r--r-- | res/chawan.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/chawan.html b/res/chawan.html index d27f4689..cc5d0a95 100644 --- a/res/chawan.html +++ b/res/chawan.html @@ -60,7 +60,8 @@ up/down by one row <li><kbd>D</kbd>: discard current buffer <li><kbd>M-y</kbd>: copy current buffer's URL to clipboard (needs xsel) <li><kbd>yu</kbd>: copy the link currently under the cursor to clipboard (needs -xsel) +<li><kbd>yI</kbd>: copy the image link currently under the cursor to clipboard +(needs xsel) <li><kbd>M-p</kbd>: go to the URL currently on the clipboard (needs xsel) <li><kbd>[</kbd>, <kbd>]</kbd>: move cursor to the previous/next hyperlink <li><kbd>C-d</kbd>, <kbd>C-u</kbd>: scroll up/down by half a page |