diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2026-04-19 23:35:38 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2026-04-23 14:30:46 +0200 |
| commit | e60d03ef78cfe7ba5bb0c495f2db38ed45220114 (patch) | |
| tree | 3d3061828a7c0d4edecc1bed4f160d89bf7277cf /config/tmux | |
| parent | 7a08fbfbbe05351d3f6ebb282da31aa38e2ce99f (diff) | |
Add neorg, update treesiter to 0.12 branch
Diffstat (limited to 'config/tmux')
| -rw-r--r-- | config/tmux/tmux.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index c319f99..bdda0ff 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -26,7 +26,7 @@ set-window-option -g window-status-activity-style bold,underscore # Set Activity monitoring. setw -g monitor-activity on -set -g visual-activity on +set -g visual-activity off # Vi keys in copy mode. setw -g mode-keys vi @@ -61,3 +61,7 @@ set -g set-titles-string ' #{session_name}' # Clock set -g clock-mode-style 24-with-seconds + +# Config for image rendering. +set -gq allow-passthrough on +set-option -g focus-events on |