feat(tmux): add tmux config
This commit is contained in:
16
.tmux.conf
Normal file
16
.tmux.conf
Normal file
@@ -0,0 +1,16 @@
|
||||
set-option -sa terminal-overrides ",xterm*:Tc"
|
||||
|
||||
bind r source-file ~/.tmux.conf
|
||||
|
||||
# remap prefix from 'C-b' to 'C-a'
|
||||
unbind C-b
|
||||
set-option -g prefix C-a
|
||||
bind-key C-a send-prefix
|
||||
|
||||
# split panes using | and -
|
||||
bind | split-window -h
|
||||
bind - split-window -v
|
||||
unbind '"'
|
||||
unbind %
|
||||
|
||||
set -g mouse on
|
||||
Reference in New Issue
Block a user