aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
Diffstat (limited to 'tmux')
-rw-r--r--tmux/tmux.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index 28a99cc..7409ac4 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -31,7 +31,6 @@ set -g pane-active-border-style "fg=#fcfcfc"
unbind C-b
set -g prefix C-a
bind C-a send-prefix
-bind d detach-client
set -g status-interval 5
set -sg escape-time 10
@@ -52,3 +51,7 @@ bind -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-no-clear "pbcopy"
# Prevent click from passing through to terminal (causes jump-to-bottom)
bind -T copy-mode MouseDown1Pane select-pane
bind -T copy-mode-vi MouseDown1Pane select-pane
+
+
+
+