X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.tmux.conf;h=87a132f73b67b18a4838722f5f1d23d097fb5211;hb=45729eec55c692b2d12b1cebab7a94159218f8d9;hp=bfecde3653818eb7d8cd5dbd9fb9137f87e68b41;hpb=02eb3e6b75a0c38eb34d55b61c3179ee324daaf1;p=dotfiles.git diff --git a/.tmux.conf b/.tmux.conf index bfecde3..87a132f 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -43,5 +43,5 @@ set-option -g history-limit 1000 # C-b C-a for last-window bind-key C-a last-window -# Reload config without restart -bind R source-file ~/.tmux.conf +# C-b R to reload config without restart +bind-key R source-file ~/.tmux.conf