1
0
Fork 0

Add Tmux config

This commit is contained in:
Alex Kotov 2021-11-02 15:17:28 +05:00
parent dc87f5fb3c
commit 2b479aa52a
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 12 additions and 0 deletions

12
tmux/tmux.conf Normal file
View File

@ -0,0 +1,12 @@
unbind C-b
set-option -g prefix C-x
set -g base-index 1 # Windows
set -g default-terminal 'screen-256color'
bind-key -n C-h previous-window
bind-key -n C-l next-window
bind-key -n M-h select-pane -L
bind-key -n M-j select-pane -D
bind-key -n M-k select-pane -U
bind-key -n M-l select-pane -R