⚡ Firefox and KDE Neon
This commit is contained in:
26
.mozilla/firefox/README.md
Normal file
26
.mozilla/firefox/README.md
Normal file
@ -0,0 +1,26 @@
|
||||
# Mozilla Firefox
|
||||
In fact, lots of settings are synced by Firefox itself.
|
||||
So this folder contains just some infos around and settings for [tridactyl](#tridactyl).
|
||||
|
||||
## Related files
|
||||
- [../../.tridactylrc](../../.tridactylrc)
|
||||
- [../native-messaging-hosts/tridactyl.json](../native-messaging-hosts/tridactyl.json)
|
||||
|
||||
## Extensions
|
||||
1. My collections:
|
||||
1. [Main](https://addons.mozilla.org/cs/firefox/collections/13245610/Ubuntu/)
|
||||
1. [Specific](https://addons.mozilla.org/cs/firefox/collections/13245610/Specific/)
|
||||
1. [Bin](https://addons.mozilla.org/cs/firefox/collections/13245610/Bin/)
|
||||
1. Notes
|
||||
1. tridactyl: [see below](#tridactyl).
|
||||
1. _History AutoDelete_ can clean _LoadTabOnSelect_’s temp urls in history (e.g. `^.*4808bb0d\-324e\-4b8d\-bb9e\-a998b765153c.*$`).
|
||||
1. Shortcuts
|
||||
1. _Open containers panel_: `Ctrl+.`
|
||||
1. _Open the Firefox Screenshots UI_: `Ctrl+Shift+s`
|
||||
1. _Sidebar_: `Shift+Alt+w` (default for Firefox Notes plugin)
|
||||
1. _To Google Translate_: `Ctrl+Shift+\d` (\d= 1,2,3).
|
||||
|
||||
## tridactyl
|
||||
1. Plugin can be found on [tridactyl/tridactyl](https://github.com/tridactyl/tridactyl).
|
||||
1. Load/Export settings see [tridactyl/tridactyl FAQ section](https://github.com/tridactyl/tridactyl#frequently-asked-questions-faq).
|
||||
1. `gn*` (goto quickmark – new tab), `o` in vmode ⇒ reverse selection
|
7
.mozilla/native-messaging-hosts/tridactyl.json
Normal file
7
.mozilla/native-messaging-hosts/tridactyl.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "tridactyl",
|
||||
"description": "Tridactyl native command handler",
|
||||
"path": "/home/jaandrle/.local/share/tridactyl/native_main",
|
||||
"type": "stdio",
|
||||
"allowed_extensions": [ "tridactyl.vim@cmcaine.co.uk","tridactyl.vim.betas@cmcaine.co.uk", "tridactyl.vim.betas.nonewtab@cmcaine.co.uk" ]
|
||||
}
|
Reference in New Issue
Block a user