multiplexer config using tmux

This commit is contained in:
2023-01-16 21:28:45 +01:00
parent ba72a1525b
commit a8920b2441

13
tmux/tmux.conf Normal file
View File

@@ -0,0 +1,13 @@
# remap previx from 'C-b' to 'C-a'
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
# 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
# scroll window buffer history, not commands history
set -g mouse on