2024-06-07 Linux Tmux Customization: .tmux.conf 12345678910111213141516171819% cat ~/.tmux.conf# Setting the sencond prefix: C-spaceset -g prefix2 C-space# Enable mouse supportset -g mouse on# splitting panes with | and -bind | split-window -hbind - split-window -v# Set vi as the default editorset -g status-keys vi# Set bind key to reload configuration filebind r source-file ~/.tmux.conf \; display "Reloaded!"# Set foreground/background style for active windowsetw -g window-status-current-style "fg=white bg=black bold" Newer Linux File System Explained Older Win11挂载NAS网络驱动器