gpt4 book ai didi

tmux - 在第一次 session 中,tmux 说 "no current session"

转载 作者:行者123 更新时间:2023-12-03 16:56:09 25 4
gpt4 key购买 nike

每当我第一次打开 tmux 时,它都会抛出以下错误。

/home/user/.tmux.conf:67: no current window

conf文件的相关部分如下。
 52 set-window-option -g window-status-fg "#666666"
53 set-window-option -g window-status-bg default
54 set-window-option -g window-status-attr default
55 set-window-option -g window-status-current-fg red
56 set-window-option -g window-status-current-bg default
57 set-window-option -g window-status-current-attr default
58 set-option -g message-fg white
59 set-option -g message-bg black
60 set-option -g message-attr bright
61 set -g status-left " "
62 set -g status-justify left
63 setw -g window-status-format ' #(echo "[#{window_index}]#{window_name}") '
64 #setw -g window-status-current-format ' #(echo "[#{window_index}]#{window_name}") '
65 setw -g window-status-current-format ' #(echo "#{window_name}") '
66 set -g status-right "#(echo $(date))"
67 set allow-rename off
68 set -sg escape-time 0

此错误仅在我打开的第一个 session 中出现,对于后续 session ,该错误不会出现。

最佳答案

您在该 set 命令上没有 -g,因此它需要一个窗口来设置该选项,但尚不存在任何窗口。

关于tmux - 在第一次 session 中,tmux 说 "no current session",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55804992/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com