summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--i3/.config/i3/config1
-rw-r--r--qutebrowser/.config/qutebrowser/config.py2
-rw-r--r--tmux/.tmux.conf5
-rw-r--r--vifm/.config/vifm/vifmrc1
-rw-r--r--zsh/.zshrc2
5 files changed, 7 insertions, 4 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config
index 2eff228..010808c 100644
--- a/i3/.config/i3/config
+++ b/i3/.config/i3/config
@@ -181,6 +181,7 @@ smart_gaps on
gaps inner 5
gaps outer 5
+# Launch compositor
exec compton
# vim:filetype=i3
diff --git a/qutebrowser/.config/qutebrowser/config.py b/qutebrowser/.config/qutebrowser/config.py
index fd4ee20..40a228e 100644
--- a/qutebrowser/.config/qutebrowser/config.py
+++ b/qutebrowser/.config/qutebrowser/config.py
@@ -55,7 +55,7 @@ c.url.searchengines = {
'dic': 'http://www.dictionary.com/browse/{}',
'google': 'https://www.google.com/search?hl=en&q={}',
'hn': 'https://hn.algolia.com/?query={}',
- 'lit': 'https://www.littre.org/definition/{}',
+ 'lit': 'https://www.littre.org/recherche?mot={}',
'scholar': 'https://scholar.google.com/scholar?q={}',
'tr': 'https://translate.google.com/#en/fr/{}',
'w': 'https://en.wikipedia.org/wiki/Special:Search?search={}',
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf
index ee2c342..a32b9ec 100644
--- a/tmux/.tmux.conf
+++ b/tmux/.tmux.conf
@@ -21,10 +21,11 @@ bind -n C-Right next-window
bind-key P swap-window -t -1
bind-key N swap-window -t +1
+PILOT_IGNORE=
PILOT_BOUNDARY=ignore
PILOT_MODE=wintab
PILOT_ROOT=$HOME/Dropbox/projects/vim-wintab
source-file $PILOT_ROOT/pilot.tmux
-# set -g pane-border-status top
-# set -g pane-border-format "#{pane_current_command}"
+set -g pane-border-status off # Alternative: top/bottom/...
+set -g pane-border-format "#{pane_current_command}"
diff --git a/vifm/.config/vifm/vifmrc b/vifm/.config/vifm/vifmrc
index bb719a2..6cbe884 100644
--- a/vifm/.config/vifm/vifmrc
+++ b/vifm/.config/vifm/vifmrc
@@ -25,6 +25,7 @@ nnoremap o :file<cr>
nnoremap b :marks<cr>
nnoremap gm :bmark<space>
nnoremap gb :bmarks<cr>
+nnoremap g<cr> :!nvim %f<cr>
nnoremap r :run<cr>
nnoremap ,b :backup<cr>
nnoremap ,r :%rename<cr>
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 3a61957..bfb1dec 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -31,7 +31,7 @@ setopt append_history
setopt extended_history
setopt hist_ignore_space
setopt inc_append_history
-setopt share_history
+setopt no_share_history
# Completion
zstyle ':completion:*' matcher-list 'm:{a-zA-Z-_}={A-Za-z_-}' 'r:|=*' 'l:|=* r:|=*'