AutoYADM commit: 2025-06-03 20:21:18
This commit is contained in:
parent
e889b84eca
commit
c63c8bc5d8
2 changed files with 16 additions and 4 deletions
|
@ -8,3 +8,7 @@ config_version: 2
|
||||||
settings:
|
settings:
|
||||||
content.javascript.clipboard:
|
content.javascript.clipboard:
|
||||||
https://github.com: access-paste
|
https://github.com: access-paste
|
||||||
|
statusbar.show:
|
||||||
|
global: always
|
||||||
|
tabs.position:
|
||||||
|
global: top
|
||||||
|
|
|
@ -22,8 +22,6 @@ c.completion.open_categories = [
|
||||||
"filesystem",
|
"filesystem",
|
||||||
]
|
]
|
||||||
|
|
||||||
# c.hints.chars = "tnserigm"
|
|
||||||
# c.hints.chars = "tnseripldh"
|
|
||||||
c.hints.chars = "tnserigmao"
|
c.hints.chars = "tnserigmao"
|
||||||
|
|
||||||
# dark mode
|
# dark mode
|
||||||
|
@ -59,6 +57,8 @@ config.bind(
|
||||||
|
|
||||||
sets = {
|
sets = {
|
||||||
"normal": [
|
"normal": [
|
||||||
|
["tT", "config-cycle tabs.position top left"],
|
||||||
|
["sH", "config-cycle statusbar.show always never"],
|
||||||
["\\", "mode-enter passthrough"],
|
["\\", "mode-enter passthrough"],
|
||||||
["m", "scroll left"],
|
["m", "scroll left"],
|
||||||
["n", "scroll down"],
|
["n", "scroll down"],
|
||||||
|
@ -75,8 +75,8 @@ sets = {
|
||||||
["J", "search-prev"],
|
["J", "search-prev"],
|
||||||
["j", "search-next"],
|
["j", "search-next"],
|
||||||
[
|
[
|
||||||
"<Ctrl-?>",
|
";/",
|
||||||
"hint links spawn --detach mpv --force-window --quiet --keep-open=yes --ytdl",
|
"hint links spawn --detach mpv --force-window --quiet --keep-open=yes --ytdl {hint-url}",
|
||||||
],
|
],
|
||||||
["<Ctrl-/>", "spawn --userscript view_in_mpv"],
|
["<Ctrl-/>", "spawn --userscript view_in_mpv"],
|
||||||
# ["<Ctrl-?>", "hint links spawn --userscript view_in_mpv"],
|
# ["<Ctrl-?>", "hint links spawn --userscript view_in_mpv"],
|
||||||
|
@ -147,6 +147,14 @@ ashen = {
|
||||||
"g_12": "#151515",
|
"g_12": "#151515",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
c.tabs.padding = {"top": 5, "bottom": 5, "left": 9, "right": 9}
|
||||||
|
|
||||||
|
# c.colors.statusbar.normal.bg = "#00000000"
|
||||||
|
# c.colors.statusbar.command.bg = "#00000000"
|
||||||
|
# c.colors.tabs.even.bg = "#00000000" # transparent tabs!!
|
||||||
|
# c.colors.tabs.odd.bg = "#00000000"
|
||||||
|
# c.colors.tabs.bar.bg = "#00000000"
|
||||||
|
|
||||||
# # colors
|
# # colors
|
||||||
# c.colors.completion.fg = ashen["text"]
|
# c.colors.completion.fg = ashen["text"]
|
||||||
# c.colors.completion.category.fg = "#F2F2F2"
|
# c.colors.completion.category.fg = "#F2F2F2"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue