✨ add tmux conf
This commit is contained in:
parent
0ba1c12118
commit
253e4f72f4
1 changed files with 8 additions and 0 deletions
8
.tmux.conf
Normal file
8
.tmux.conf
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# remap prefix from ^+A to ^+B
|
||||
unbind C-b
|
||||
set -g prefix C-a
|
||||
bind C-a send-prefix
|
||||
|
||||
|
||||
# set vi keybindings
|
||||
setw -g mode-keys vi
|
||||
Loading…
Add table
Add a link
Reference in a new issue