小编Bde*_*ing的帖子

通过 tpm 安装主题后,Tmux 显示奇怪的字符

我最近开始使用 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)

linux console fonts tmux

1
推荐指数
1
解决办法
2228
查看次数

标签 统计

console ×1

fonts ×1

linux ×1

tmux ×1