AutoYADM commit: 2024-12-03 17:55:03

This commit is contained in:
Daniel Fichtinger 2024-12-03 17:55:03 -05:00
parent 52a4c75fc9
commit 1ee19f3ff0
2 changed files with 4 additions and 3 deletions

View file

@ -13,6 +13,7 @@ return {
"3rd/image.nvim", "3rd/image.nvim",
lazy = false, lazy = false,
opts = { opts = {
tmux_show_only_in_active_window = true,
integrations = { integrations = {
markdown = { markdown = {
enabled = true, enabled = true,

View file

@ -1,6 +1,6 @@
# set -g default-terminal "screen-256color" set -g default-terminal "screen-256color"
set -g default-terminal "xterm-kitty" # set -g default-terminal "xterm-kitty"
# set -as terminal-features ",xterm-256color:RGB" set -as terminal-features ",xterm-256color:RGB"
# set -as terminal-features ',xterm-kitty:RGB' # set -as terminal-features ',xterm-kitty:RGB'
# For image.nvim # For image.nvim