summaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorSkladnayazebra <skladnayazebra@gmail.com>2026-06-25 11:59:28 +0200
committerSkladnayazebra <skladnayazebra@gmail.com>2026-06-25 11:59:28 +0200
commitc420e612fc43cddd7d9ed41adbd2cc1ad5d5b1f4 (patch)
tree8dbe5a65b6350c9a748735c380287e0e0f52a455 /tmux
parent2b3e21730ed41b0fe35d8ccbf19657cd941422c0 (diff)
tmux: allow images in terminal
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 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]'