chore(config): add tmux
parent
2feddc04b2
commit
70e9ab8904
|
@ -8,6 +8,14 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"tmux": {
|
||||||
|
"paths": [
|
||||||
|
{
|
||||||
|
"internal": "data/tmux/tmux.conf",
|
||||||
|
"external": "~/.config/tmux/tmux.conf"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"alacritty": {
|
"alacritty": {
|
||||||
"paths": [
|
"paths": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -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"
|
Loading…
Reference in New Issue