aboutsummaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2026-06-19 23:13:27 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2026-06-19 23:13:27 +0530
commit88d778c2c1bbb3a61b3ff2e2a31b64666360ca48 (patch)
tree3cf743ffb66d3b89bf09543381c8f4b72c38f6fa /tmux/tmux.conf
parenta996d9d7e94a78c7c7edb33e87dd49a6c8583774 (diff)
nvim compile mode & zen mode
Diffstat (limited to 'tmux/tmux.conf')
-rw-r--r--tmux/tmux.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index 85aa047..35213d2 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -6,6 +6,9 @@ set -g pane-base-index 1
set-window-option -g pane-base-index 1
set-window-option -g mode-keys vi
set-option -g renumber-windows on
+set -gq allow-passthrough on
+set -g visual-activity off
+set-option -g focus-events on
unbind C-b
set -g prefix C-Space