Use console for remote working
-
Misaligned Chinese characters
Phenomenon When I travel outside and continue my personal project development, I will connect to my home server via SSH and use Emacs in text mode, because the unstable network connection and slow speed cannot ensure smooth GUI usage. If KDE Konsole is used and there are Chinese characters in the buffer, the text will be misaligned. I’ve confirmed that the environment variable
TERMisxterm-256colorand the character encoding is UTF-8. However, this does not solve the issue.Solution Use
gnome-terminalinstead of KDE Konsole. -
Font face colors cannot be displayed within GNU
screenI’ve tried to configure the terminal type and enable true color in
~/.screenrcas below, but it is of no use.truecolor on term screen-256color allowtruecolor onSolution Use
tmuxinstead ofscreen. Configuration oftmuxin~/.tmux.conf- Use
C-zas the prefix key. -
Disable the status line.
set-option -g prefix C-z unbind-key C-b bind-key C-z send-prefix set-option -g status off
- Use