我一直在使用geany文本编辑器 我已经激活了插件MultiTerm,但问题是字体太小而我无法增加字体大小。
尝试:
1.选择MultiTerm和Cmd +中的文本
2.在MultiTerm中选择文本并转到视图,然后选择增加字体。
我搜索了偏好选项,但我无法找到解决方案。
我需要一个放大镜来查看多终端中的字母是什么来读取它们,但我认为这不是插件的目的。
如果有人有任何想法,这个建议将真正受到赞赏。
答案 0 :(得分:2)
根据插件documentation,可以在插件配置文件中更改fontsize:
~/.config/geany/plugins/multiterm/multiterm.conf
您还可以调整背景和字体颜色。
来自档案的样本:
[shell=default]
# This will be the tabs default tab label and won't change unless
# track_title is set to true.
name=Default Shell
# This is the command to fork in the VTE, leave blank for default shell
command=sh
# Make the tab's label track the VTE title
track_title=true
# Background color, foreground color and font for the VTE
bg_color=#ffffff
fg_color=#000000
font=Monospace 44