.dotfiles-server/.tmux.conf
2025-04-19 09:50:19 +02:00

19 lines
494 B
Bash

set -g mouse on
setw -g mode-keys vi
set -g history-limit 10000
set -g status-bg black
set -g status-fg green
set -g status-left-length 60
set -g status-left "#[fg=cyan]#H #[fg=white]| %Y-%m-%d %H:%M"
# unbind C-b
# set -g prefix C-a
# bind C-a send-prefix
# Панель разделяется как в Vim
bind | split-window -h
bind - split-window -v
bind r source-file ~/.tmux.conf \; display-message "Reloaded!"
bind -n WheelUpPane if-shell -F -t = "#{mouse_any_flag}" "copy-mode -e"