quotebrowser locale bugfix and tweaks + aerc binds
This commit is contained in:
+2
-2
@@ -73,12 +73,12 @@ D = :delete-message<Enter>
|
|||||||
<tab> = :next-part<Enter>
|
<tab> = :next-part<Enter>
|
||||||
<C-o> = :prev-part<Enter>
|
<C-o> = :prev-part<Enter>
|
||||||
<backtab> = :prev-part<Enter>
|
<backtab> = :prev-part<Enter>
|
||||||
<C-l> = :open-link <space>
|
|
||||||
A = :unmark -a<Enter>:mark -T<Enter>:archive flat<Enter>
|
A = :unmark -a<Enter>:mark -T<Enter>:archive flat<Enter>
|
||||||
aa = :archive flat<Enter>
|
aa = :archive flat<Enter>
|
||||||
D = :delete-message<Enter>
|
D = :delete-message<Enter>
|
||||||
dd = :mv Trash<Enter>
|
dd = :mv Trash<Enter>
|
||||||
f = :forward -A<Enter>
|
f = :open-link <space>
|
||||||
|
<C-f> = :forward -A<Enter>
|
||||||
H = :toggle-headers<Enter>
|
H = :toggle-headers<Enter>
|
||||||
J = :next-message<Enter>
|
J = :next-message<Enter>
|
||||||
K = :prev-message<Enter>
|
K = :prev-message<Enter>
|
||||||
|
|||||||
@@ -6,10 +6,6 @@
|
|||||||
|
|
||||||
config_version: 2
|
config_version: 2
|
||||||
settings:
|
settings:
|
||||||
colors.webpage.darkmode.enabled:
|
|
||||||
global: false
|
|
||||||
content.fullscreen.window:
|
|
||||||
global: true
|
|
||||||
downloads.location.directory:
|
downloads.location.directory:
|
||||||
global: /home/hjalmarlucius/Downloads
|
global: /home/hjalmarlucius/Downloads
|
||||||
session.default_name:
|
session.default_name:
|
||||||
|
|||||||
@@ -65,6 +65,7 @@ c.completion.open_categories = [
|
|||||||
"filesystem",
|
"filesystem",
|
||||||
]
|
]
|
||||||
c.content.blocking.enabled = True
|
c.content.blocking.enabled = True
|
||||||
|
c.content.fullscreen.window = True
|
||||||
c.content.blocking.method = "both"
|
c.content.blocking.method = "both"
|
||||||
c.content.blocking.adblock.lists = [
|
c.content.blocking.adblock.lists = [
|
||||||
"https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/filters.txt",
|
"https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/filters.txt",
|
||||||
@@ -174,13 +175,13 @@ c.tabs.tabs_are_windows = False
|
|||||||
c.tabs.title.format = "{index}.{current_title}"
|
c.tabs.title.format = "{index}.{current_title}"
|
||||||
c.tabs.undo_stack_size = 1000
|
c.tabs.undo_stack_size = 1000
|
||||||
c.tabs.width = "15%"
|
c.tabs.width = "15%"
|
||||||
c.url.start_pages = "http://www.google.com/search?hl=en&source=hp&ie=ISO-8859-l"
|
c.url.start_pages = "http://www.google.com/search?hl=en&source=hp"
|
||||||
c.url.default_page = "http://www.google.com/search?hl=en&source=hp&ie=ISO-8859-l"
|
c.url.default_page = "http://www.google.com/search?hl=en&source=hp"
|
||||||
c.url.searchengines = dict(
|
c.url.searchengines = dict(
|
||||||
DEFAULT="http://www.google.com/search?hl=en&source=hp&ie=ISO-8859-l&q={}",
|
DEFAULT="http://www.google.com/search?hl=en&source=hp&q={}",
|
||||||
aw="https://wiki.archlinux.org/?search={}",
|
aw="https://wiki.archlinux.org/?search={}",
|
||||||
ap="https://www.archlinux.org/packages/?sort=&q={}",
|
ap="https://www.archlinux.org/packages/?q={}",
|
||||||
gh="https://github.com/search?q={}&type=Code",
|
gh="https://github.com/search?q={}&type=repositories",
|
||||||
ip="https://iplocation.io/ip/{}",
|
ip="https://iplocation.io/ip/{}",
|
||||||
sh="https://explainshell.com/explain?cmd={}",
|
sh="https://explainshell.com/explain?cmd={}",
|
||||||
wi="https://en.wikipedia.org/w/index.php?search={}",
|
wi="https://en.wikipedia.org/w/index.php?search={}",
|
||||||
|
|||||||
Reference in New Issue
Block a user