diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-08-17 11:41:12 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-08-17 11:41:12 +0530 |
| commit | b16d38df05cd80aac209f42bfcb47971c62227e6 (patch) | |
| tree | 4e10fd1ef7d9c39adf57fdae7aa00240118b799c /init.lua | |
| parent | 6906c5962549494812bed8b5f0c3bbc499a86751 (diff) | |
| download | null-browser-b16d38df05cd80aac209f42bfcb47971c62227e6.tar.gz null-browser-b16d38df05cd80aac209f42bfcb47971c62227e6.zip | |
Add extras.system module + yu key to copy to clipboard
Diffstat (limited to 'init.lua')
| -rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -166,7 +166,7 @@ end) local hints = require 'null-browser.extras.hints' hints.init() web.keymap.set('n', 'f', function() - hints.start('a[href], button, [role="button"]', hints.action.open_in_view) + hints.start('a[href], button, [role="button"]', hints.action.click) end) web.keymap.set('n', '<s-f>', function() hints.start('a[href], button, [role="button"]', hints.action.open_in_new_view) |
