feat(home:tridactyl): add bindings
This commit is contained in:
parent
0446c28a6a
commit
df6bb7650e
1 changed files with 19 additions and 1 deletions
|
|
@ -15,9 +15,27 @@ in
|
||||||
xdg.configFile = {
|
xdg.configFile = {
|
||||||
"tridactyl/tridactylrc".text = ''
|
"tridactyl/tridactylrc".text = ''
|
||||||
set searchurls.nix https://sourcegraph.com/search?q=context:global+lang:nix %s
|
set searchurls.nix https://sourcegraph.com/search?q=context:global+lang:nix %s
|
||||||
|
|
||||||
|
colorscheme ooknet
|
||||||
|
|
||||||
|
unbind --mode=normal t
|
||||||
|
unbind --mode=normal gt
|
||||||
|
|
||||||
|
bind / fillcmdline find
|
||||||
|
bind n findnext 1
|
||||||
|
bind N findnext -1
|
||||||
|
|
||||||
|
bind gtr open http://192.168.1.210:9091/transmission/web/
|
||||||
|
bind ttr tabopen http://192.168.1.210:9091/transmission/web/
|
||||||
|
|
||||||
|
bind gem open https://gmail.com
|
||||||
|
bind tem tabopen https://gmail.com
|
||||||
|
|
||||||
|
bind gjf open http://192.168.1.210:8096
|
||||||
|
bind tjf tabopen http://192.168.1.210:8096
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# theme based off base16 themes
|
# based off base16 themes
|
||||||
# source: <https://github.com/bezmi/base16-tridactyl>
|
# source: <https://github.com/bezmi/base16-tridactyl>
|
||||||
"tridactyl/themes/ooknet.css".text = /* css */ ''
|
"tridactyl/themes/ooknet.css".text = /* css */ ''
|
||||||
:root {
|
:root {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue