qutebrowser+tmux
This commit is contained in:
@@ -8,6 +8,8 @@ config_version: 2
|
|||||||
settings:
|
settings:
|
||||||
bindings.commands:
|
bindings.commands:
|
||||||
global:
|
global:
|
||||||
|
insert:
|
||||||
|
<Shift+Escape>: mode-enter passthrough
|
||||||
normal:
|
normal:
|
||||||
<: tab-move -
|
<: tab-move -
|
||||||
<Ctrl+Shift+Tab>: tab-prev
|
<Ctrl+Shift+Tab>: tab-prev
|
||||||
@@ -15,9 +17,11 @@ settings:
|
|||||||
<Ctrl+h>: history
|
<Ctrl+h>: history
|
||||||
<Ctrl+l>: cmd-set-text :open {url:pretty}
|
<Ctrl+l>: cmd-set-text :open {url:pretty}
|
||||||
<Ctrl+r>: restart
|
<Ctrl+r>: restart
|
||||||
|
<Ctrl+v>: null
|
||||||
<F10>: config-cycle colors.webpage.darkmode.enabled true false ;; restart
|
<F10>: config-cycle colors.webpage.darkmode.enabled true false ;; restart
|
||||||
<F11>: config-cycle tabs.position top left
|
<F11>: config-cycle tabs.position top left
|
||||||
<F12>: view-source
|
<F12>: view-source
|
||||||
|
<Shift+Escape>: mode-enter passthrough
|
||||||
'>': tab-move +
|
'>': tab-move +
|
||||||
D: tab-close
|
D: tab-close
|
||||||
J: tab-prev
|
J: tab-prev
|
||||||
|
|||||||
+3
-6
@@ -5,18 +5,14 @@
|
|||||||
set -sg escape-time 0
|
set -sg escape-time 0
|
||||||
|
|
||||||
# loud or quiet?
|
# loud or quiet?
|
||||||
set -g visual-activity off
|
|
||||||
set -g visual-bell off
|
|
||||||
set -g visual-silence off
|
|
||||||
setw -g monitor-activity off
|
setw -g monitor-activity off
|
||||||
set -g bell-action none
|
|
||||||
|
|
||||||
# enable vi mode keys
|
# enable vi mode keys
|
||||||
setw -g mode-keys vi
|
setw -g mode-keys vi
|
||||||
|
|
||||||
# mouse control (clickable windows, panes, resizable panes)
|
# mouse control (clickable windows, panes, resizable panes)
|
||||||
setw -g mouse off
|
setw -g mouse on
|
||||||
set -g mouse off
|
set -g mouse on
|
||||||
|
|
||||||
# clipboard control
|
# clipboard control
|
||||||
set -g set-clipboard on
|
set -g set-clipboard on
|
||||||
@@ -62,6 +58,7 @@ bind ? list-keys
|
|||||||
bind d detach-client
|
bind d detach-client
|
||||||
bind D choose-client
|
bind D choose-client
|
||||||
bind ø command-prompt
|
bind ø command-prompt
|
||||||
|
bind : command-prompt
|
||||||
#bind \ show-messages
|
#bind \ show-messages
|
||||||
|
|
||||||
# Copy mode
|
# Copy mode
|
||||||
|
|||||||
Reference in New Issue
Block a user