diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-05-14 21:32:54 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-05-14 21:32:54 +0200 |
commit | 557983a9691cdcfa7f566ff9d32dd578cae5dd2c (patch) | |
tree | 76657ee138c75311e071afc194ac1ccd0c2af1c6 /config/extra | |
parent | 87d27187ed6c764551a5b0faa6ffa32962d10166 (diff) |
remade bookmarks
Diffstat (limited to 'config/extra')
-rw-r--r-- | config/extra/tridactyl/tridactylrc | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/config/extra/tridactyl/tridactylrc b/config/extra/tridactyl/tridactylrc index b041d1c..fa6ed1d 100644 --- a/config/extra/tridactyl/tridactylrc +++ b/config/extra/tridactyl/tridactylrc @@ -40,17 +40,22 @@ set searchurls.gentoo_wiki https://wiki.gentoo.org/index.php?title=Special%3ASea set searchurls.qwant https://www.qwant.com/?q= " Binds +" vim macro: +" Ibind gnp tabopen yy2pwwdtojRwinbblrwkro bind J tabnext bind K tabprev -bind gna tabopen moz-extension://7cf2fd76-6055-4053-bb4b-f518030f6240/static/docs/classes/_src_lib_config_.default_config.html -bind goa open moz-extension://7cf2fd76-6055-4053-bb4b-f518030f6240/static/docs/classes/_src_lib_config_.default_config.html -bind gwa winopen moz-extension://7cf2fd76-6055-4053-bb4b-f518030f6240/static/docs/classes/_src_lib_config_.default_config.html +" chat gpt bind gnc tabopen https://chat.openai.com/chat bind goc open https://chat.openai.com/chat bind gwc winopen https://chat.openai.com/chat +" awesome pixel tutorials bind gnp tabopen https://github.com/Siilwyn/awesome-pixel-art#tutorials bind gop open https://github.com/Siilwyn/awesome-pixel-art#tutorials bind gwp winopen https://github.com/Siilwyn/awesome-pixel-art#tutorials +" deluge +bind gnd tabopen http://192.168.178.52:8112/ +bind god open http://192.168.178.52:8112/ +bind gwd winopen http://192.168.178.52:8112/ " For syntax highlighting see https://github.com/tridactyl/vim-tridactyl " vim: set filetype=tridactyl |