diff options
| author | y-jan137 <yousefjan24000@gmail.com> | 2026-04-15 18:34:41 +0300 |
|---|---|---|
| committer | y-jan137 <yousefjan24000@gmail.com> | 2026-04-15 18:34:41 +0300 |
| commit | 03951fecab601a966c946dd850971c68e07046e3 (patch) | |
| tree | a6dab72c2b73c2b51ab87da461c887aa2741cb4e /tmux | |
| parent | 0443194dec65696852d18ee004c933ee35fa5c92 (diff) | |
Updates
Diffstat (limited to 'tmux')
| -rw-r--r-- | tmux/tmux.conf | 5 |
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 + + + + |