Paws/Configs/Tmux/tmux.conf
Aroy-Art ad68356440
Some checks failed
/ test (push) Has been cancelled
Set higer history limit
2024-06-06 00:22:26 +02:00

15 lines
396 B
Bash

# reload config file (change file location to your the tmux.conf you want to use)
bind r source-file ~/.tmux.conf
# Enable mouse control (clickable windows, panes, resizable panes)
#set -g mouse on
set -g history-limit 500000
# switch panes using Alt-arrow without prefix
bind -n M-Left select-pane -L
bind -n M-Right select-pane -R
bind -n M-Up select-pane -U
bind -n M-Down select-pane -D