tmux: change configfile path

This commit is contained in:
thek4n 2024-03-21 21:41:12 +03:00
parent 2905817df9
commit 5d8c1f4432
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ set -g renumber-windows on ## Make windows auto renumber
set -g lock-command vlock
## Reload tmux.conf: <prefix> R
bind C-r source-file ~/.tmux.conf \; display-message "Config reloaded..."
bind C-r source-file ~/.config/tmux/tmux.conf \; display-message "Config reloaded..."
## Lock screen
bind-key -T prefix C-x confirm-before -p "lock tmux? (y/n)" lock-session

View File

@ -12,7 +12,7 @@ declare -r -A TARGETS=(
["colors"]=".config/terminal-colors.d"
["bash"]=".config/bash .bashrc .profile %colors"
["zsh"]="%bash .config/zsh .zshenv .inputrc"
["tmux"]=".tmux.conf .tmux"
["tmux"]=".config/tmux/tmux.conf .tmux"
["alacritty"]=".config/alacritty"
["nvim"]=".config/nvim .editorconfig .local/bin/vim_askpass_helper"
["ssh"]=""