diff --git a/qutebrowser/autoconfig.yml b/qutebrowser/autoconfig.yml index 722a946..a5bd99e 100644 --- a/qutebrowser/autoconfig.yml +++ b/qutebrowser/autoconfig.yml @@ -8,6 +8,8 @@ config_version: 2 settings: bindings.commands: global: + insert: + : mode-enter passthrough normal: <: tab-move - : tab-prev @@ -15,9 +17,11 @@ settings: : history : cmd-set-text :open {url:pretty} : restart + : null : config-cycle colors.webpage.darkmode.enabled true false ;; restart : config-cycle tabs.position top left : view-source + : mode-enter passthrough '>': tab-move + D: tab-close J: tab-prev diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 2ab7b9b..09d5ae6 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -5,18 +5,14 @@ set -sg escape-time 0 # loud or quiet? -set -g visual-activity off -set -g visual-bell off -set -g visual-silence off setw -g monitor-activity off -set -g bell-action none # enable vi mode keys setw -g mode-keys vi # mouse control (clickable windows, panes, resizable panes) -setw -g mouse off -set -g mouse off +setw -g mouse on +set -g mouse on # clipboard control set -g set-clipboard on @@ -62,6 +58,7 @@ bind ? list-keys bind d detach-client bind D choose-client bind ΓΈ command-prompt +bind : command-prompt #bind \ show-messages # Copy mode