Add: in config docs for tmux

This commit is contained in:
Aroy-Art 2024-06-22 22:36:14 +02:00
parent 9ab07e6667
commit 6385b48feb
Signed by: Aroy
GPG key ID: DB9689E9391DD156

View file

@ -5,9 +5,16 @@ bind r source-file ~/.tmux.conf
# Enable mouse control (clickable windows, panes, resizable panes)
#set -g mouse on
######################################################################
# History limit
######################################################################
set -g history-limit 500000
######################################################################
# Key bindings
######################################################################
# 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