tmux: change configfile path
This commit is contained in:
parent
2905817df9
commit
5d8c1f4432
@ -43,7 +43,7 @@ set -g renumber-windows on ## Make windows auto renumber
|
|||||||
set -g lock-command vlock
|
set -g lock-command vlock
|
||||||
|
|
||||||
## Reload tmux.conf: <prefix> R
|
## 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
|
## Lock screen
|
||||||
bind-key -T prefix C-x confirm-before -p "lock tmux? (y/n)" lock-session
|
bind-key -T prefix C-x confirm-before -p "lock tmux? (y/n)" lock-session
|
||||||
2
install
2
install
@ -12,7 +12,7 @@ declare -r -A TARGETS=(
|
|||||||
["colors"]=".config/terminal-colors.d"
|
["colors"]=".config/terminal-colors.d"
|
||||||
["bash"]=".config/bash .bashrc .profile %colors"
|
["bash"]=".config/bash .bashrc .profile %colors"
|
||||||
["zsh"]="%bash .config/zsh .zshenv .inputrc"
|
["zsh"]="%bash .config/zsh .zshenv .inputrc"
|
||||||
["tmux"]=".tmux.conf .tmux"
|
["tmux"]=".config/tmux/tmux.conf .tmux"
|
||||||
["alacritty"]=".config/alacritty"
|
["alacritty"]=".config/alacritty"
|
||||||
["nvim"]=".config/nvim .editorconfig .local/bin/vim_askpass_helper"
|
["nvim"]=".config/nvim .editorconfig .local/bin/vim_askpass_helper"
|
||||||
["ssh"]=""
|
["ssh"]=""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user