我最近开始使用 tmux 并一直致力于对其进行配置。安装catppuccin 主题后,屏幕底部的一些符号无法正确显示。
我在流行操作系统上运行敏捷。我尝试重新配置我的配置文件,重新加载 tmux,使用 -u 标志启动 tmux(根据这篇文章解决类似问题),并通过 gnome 终端启动 tmux,但无济于事。
这是我的 tmux.conf:
# Set ture color
set-option -sa terminal-overrides ",xterm*:Tc"
# Set prefix
unbind C-b
set -g prefix C-Space
bind C-Space send-prefix
# Shift Alt vim keys to switch windows
bind -n M-H previous-window
bind -n M-L next-window
# List of plugins
set -g @tpm_plugins ' \
tmux-plugins/tpm \
tmux-plugins/tmux-sensible \
christoomey/vim-tmux-navigator \
catppuccin/tmux \
'
# Initialize TMUX plugin manager (keep this line …Run Code Online (Sandbox Code Playgroud)