diff options
author | Luca Matei Pintilie <lucafulger@gmail.com> | 2023-02-04 21:40:26 +0000 |
---|---|---|
committer | Luca Matei Pintilie <lucafulger@gmail.com> | 2023-02-04 21:40:26 +0000 |
commit | 79e34f91f8f0083cada1722b1f6e0d3168cc0f1e (patch) | |
tree | 3360ad7634339561017cff275a16790f143f8f17 /.config/tmux | |
parent | 3f14402e27e52c46f2ae546e8386a23aa53890ee (diff) | |
download | dotfiles-79e34f91f8f0083cada1722b1f6e0d3168cc0f1e.tar dotfiles-79e34f91f8f0083cada1722b1f6e0d3168cc0f1e.tar.gz dotfiles-79e34f91f8f0083cada1722b1f6e0d3168cc0f1e.tar.bz2 dotfiles-79e34f91f8f0083cada1722b1f6e0d3168cc0f1e.tar.lz dotfiles-79e34f91f8f0083cada1722b1f6e0d3168cc0f1e.tar.xz dotfiles-79e34f91f8f0083cada1722b1f6e0d3168cc0f1e.tar.zst dotfiles-79e34f91f8f0083cada1722b1f6e0d3168cc0f1e.zip |
Fix tmux config and update alacritty
Diffstat (limited to '.config/tmux')
-rw-r--r-- | .config/tmux/tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index cbc5cba..e55a527 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -20,5 +20,5 @@ set -g set-titles-string "#{window_name} #{user}@#{host_short}" bind-key b set-option status set -g lock-command vlock bind L lock-session -bind R source-file ~/.config/tmux/tmux.conf; display-message "source-file done" +bind R 'source-file ~/.config/tmux/tmux.conf; display-message "source-file done"' |