diff --git a/dot_tmux.conf.tmpl b/dot_config/tmux/tmux.conf.tmpl similarity index 97% rename from dot_tmux.conf.tmpl rename to dot_config/tmux/tmux.conf.tmpl index 2ab2340..26e9189 100644 --- a/dot_tmux.conf.tmpl +++ b/dot_config/tmux/tmux.conf.tmpl @@ -11,7 +11,7 @@ unbind % bind c new-window -c "#{pane_current_path}" # fast reload -bind r source-file ~/.tmux.conf +bind r source-file ~/.config/tmux/tmux.conf # switch panes using alt+arrow bind -n M-Left select-pane -L