From 921da663f2d3e201b9dca910484d07f99a9221a1 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sat, 17 Feb 2024 21:02:39 +0100 Subject: [PATCH] move tmux file --- dot_tmux.conf.tmpl => dot_config/tmux/tmux.conf.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename dot_tmux.conf.tmpl => dot_config/tmux/tmux.conf.tmpl (97%) 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