From c420e612fc43cddd7d9ed41adbd2cc1ad5d5b1f4 Mon Sep 17 00:00:00 2001 From: Skladnayazebra Date: Thu, 25 Jun 2026 11:59:28 +0200 Subject: tmux: allow images in terminal --- tmux/tmux.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tmux/tmux.conf') diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 0b06e38..6ec03f2 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -6,6 +6,9 @@ set -g mouse on # start tabs with 1; default is 0 set -g base-index 1 +# allows to show images in terminal +set -g allow-passthrough on + # allows to use vim bindings in scroll mode - key [ set-window-option -g mode-keys vi @@ -23,7 +26,7 @@ bind-key l select-pane -R # needed for autoread to work in neovim set-option -g focus-events on -# no spacew between tabs +# no space between tabs set-window-option -g window-status-separator '' # paints the tab yellow when in select/scroll mode set-window-option -g window-status-format '#{?pane_in_mode,#[bg=brightyellow],} #I:#W #{?#{m:*Z*,#{window_flags}},[Z]} #[default]' -- cgit v1.3.1