diff options
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 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]' |
