summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2016-03-04 00:12:09 +0000
committerUrbain Vaes <urbain@vaes.uk>2016-03-04 00:12:09 +0000
commitc5d139e3b489043fe3f27c545ff7966fc2569979 (patch)
treed376b91997c45db70ebeaec15784857286b5f9c4
parent917b54d6a1c1e6cc2db0f83df08f737cc95a6b1d (diff)
Update qutebrowser configuration
-rw-r--r--.i3/config2
-rw-r--r--.mutt/mailcap2
-rw-r--r--.qutebrowser/keys.conf6
-rw-r--r--.qutebrowser/qutebrowser.conf10
4 files changed, 10 insertions, 10 deletions
diff --git a/.i3/config b/.i3/config
index d0e9a54..0d5e9e6 100644
--- a/.i3/config
+++ b/.i3/config
@@ -157,7 +157,7 @@ bindsym $mod+comma workspace prev
bindsym $mod+period workspace next
# Programs shortcuts
-bindsym $mod+b exec --no-startup-id uzbl-browser
+bindsym $mod+b exec --no-startup-id qutebrowser
bindsym $mod+i exec $HOME/bin/vimin
# Configuration
diff --git a/.mutt/mailcap b/.mutt/mailcap
index c4f43e8..dcab31d 100644
--- a/.mutt/mailcap
+++ b/.mutt/mailcap
@@ -1,4 +1,4 @@
-text/html; uzbl-browser %s;
+text/html; mv %s %s.html && qutebrowser %s.html >/dev/null 2>/dev/null; needsterminal;
text/html; w3m -dump %s; nametemplate=%s.html; copiousoutput
text/plain; more %s;
image/*; feh %s
diff --git a/.qutebrowser/keys.conf b/.qutebrowser/keys.conf
index 89abc84..ee0933b 100644
--- a/.qutebrowser/keys.conf
+++ b/.qutebrowser/keys.conf
@@ -531,9 +531,6 @@ rl-end-of-line
rl-unix-line-discard
<Ctrl-U>
-# rl-kill-line
-# <Ctrl-K>
-
rl-kill-word
<Alt-D>
@@ -550,6 +547,9 @@ rl-delete-char
rl-backward-delete-char
<Ctrl-H>
+rl-kill-line
+ <Ctrl-K>
+
[caret]
toggle-selection
diff --git a/.qutebrowser/qutebrowser.conf b/.qutebrowser/qutebrowser.conf
index 461ecac..4827df7 100644
--- a/.qutebrowser/qutebrowser.conf
+++ b/.qutebrowser/qutebrowser.conf
@@ -159,7 +159,7 @@ default-page = ${startpage}
auto-search = naive
auto-save-config = true
auto-save-interval = 15000
-editor = gvim -f "{}"
+editor = urxvt -e vim -f "{}"
editor-encoding = utf-8
private-browsing = false
developer-extras = false
@@ -627,16 +627,16 @@ select-on-remove = right
new-tab-position = right
new-tab-position-explicit = last
last-close = ignore
-show = always
+show = multiple
show-switching-delay = 800
wrap = true
movable = true
close-mouse-button = middle
position = top
-show-favicons = true
+show-favicons = false
width = 20%
indicator-width = 3
-tabs-are-windows = false
+tabs-are-windows = true
title-format = {index}: {title}
title-alignment = left
mousewheel-tab-switching = true
@@ -931,7 +931,7 @@ mode = letter
chars = aoeuidhtns
min-chars = 1
scatter = true
-uppercase = false
+uppercase = true
auto-follow = true
next-regexes = \bnext\b,\bmore\b,\bnewer\b,\b[>→≫]\b,\b(>>|»)\b,\bcontinue\b
prev-regexes = \bprev(ious)?\b,\bback\b,\bolder\b,\b[<←≪]\b,\b(<<|«)\b