最大化时 tmux 栏和终端 window 底部之间的恼人填充

Annoying padding between tmux bar and bottom of terminal window when maximised

我在 gnome 终端中使用 tmux。

当我第一次打开 window(默认大小为 80x24)时,tmux 栏紧贴 window 的底部。但是,当我最大化终端 window 时,tmux 栏下方出现了一个令人讨厌的大间隙。

maximised gnome-terminal tmux session with gap under tmux bar

这是我的。tmux.conf:

set-option -g default-command bash

# remap prefix to Control + a
unbind-key C-b
set-option -g prefix C-a
bind-key C-a send-prefix
bind-key C-a-h split-window -h #Split panes vertically

# time/no(0) time between C-a and command
set -s escape-time 0

#set-option -u repeat-time #global setting, "delete" repeat-time

set-option -g -q mouse on #activate mouse

当我最大化终端 window 时,如何让 tmux 栏像它在小 this 中那样坐下?

80x24 gnome-terminal window with tmux bar located correctly

您必须调整字体大小。引入间隙是因为终端 window 的高度不完全是 N 行高。如果你真的讨厌这个差距,你可以放大或缩小你的字体大小,直到找到适合你屏幕的字体。