qutebrowser+tmux
This commit is contained in:
+3
-6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user