Add: base tmux config
All checks were successful
/ test (push) Successful in 1m8s
All checks were successful
/ test (push) Successful in 1m8s
This commit is contained in:
parent
c9862c742a
commit
db43adbd93
1 changed files with 15 additions and 0 deletions
15
Configs/Tmux/tmux.conf
Normal file
15
Configs/Tmux/tmux.conf
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
|
||||||
|
# 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 100000
|
||||||
|
|
||||||
|
# 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
|
||||||
|
|
Loading…
Reference in a new issue