chore(config): add tmux

main
sudo pacman -Syu 2021-06-23 02:08:11 +07:00
parent 2feddc04b2
commit 70e9ab8904
2 changed files with 14 additions and 0 deletions

View File

@ -8,6 +8,14 @@
}
]
},
"tmux": {
"paths": [
{
"internal": "data/tmux/tmux.conf",
"external": "~/.config/tmux/tmux.conf"
}
]
},
"alacritty": {
"paths": [
{

6
data/tmux/tmux.conf Normal file
View File

@ -0,0 +1,6 @@
# Change prefix
set -g prefix C-a
unbind C-b
bind C-a send-prefix
set -g default-terminal "tmux-256color"