add tmux.conf
This commit is contained in:
parent
b2cb686472
commit
a1ebb893f6
1 changed files with 10 additions and 0 deletions
10
tmux.conf
Normal file
10
tmux.conf
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Remap prefix to ctrl + a
|
||||
set -g prefix C-a
|
||||
unbind C-b
|
||||
bind C-a send-prefix
|
||||
|
||||
unbind r
|
||||
bind r source-file ~/.tmux.conf
|
||||
|
||||
unbind ^A
|
||||
bind ^A select-pane -t :.*
|
Loading…
Add table
Add a link
Reference in a new issue