aboutsummaryrefslogtreecommitdiff
path: root/config/qutebrowser/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'config/qutebrowser/config.py')
-rw-r--r--config/qutebrowser/config.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py
index c65a9a2..fdf107e 100644
--- a/config/qutebrowser/config.py
+++ b/config/qutebrowser/config.py
@@ -342,10 +342,15 @@ nmap(localleader + 'tm', 'mark-resource')
# }}}
#### Dev {{{
-nmap(leader + 'tr', 'config-source') # Reload config
+# nmap(leader + 'tr', 'config-source') # Reload config
nmap(leader + 'ti', 'devtools window') # Inspector
nmap(leader + 'ts', 'view-source') # View page source
+# Readbility {{{
+c.aliases['reading-mode'] = 'spawn --userscript readability-js';
+nmap(leader + 'tr', 'reading-mode')
+# }}}
+
# Json formatter {{{
c.aliases['format-json'] = 'spawn --userscript format_json';
nmap(leader + 'tj', 'format-json')