From 6ac92f3c29966c8669dc9ea7740109b1c13f2942 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Mon, 13 May 2024 16:12:52 -0400 Subject: [PATCH] Fix tmux-sensible submodule --- .gitmodules | 2 +- .tmux.conf | 2 ++ README.org | 10 +++++++++- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 8217f97..21449bf 100644 --- a/.gitmodules +++ b/.gitmodules @@ -122,7 +122,7 @@ url = git@github.com:tmux-plugins/tpm.git branch = master [submodule ".tmux/plugins/tmux-sensible"] - path = .tmux/plugins/tpm-sensible + path = .tmux/plugins/tmux-sensible url = git@github.com:tmux-plugins/tpm-sensible.git branch = master [submodule ".tmux/plugins/tmux"] diff --git a/.tmux.conf b/.tmux.conf index 7b67702..340fa92 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -23,6 +23,8 @@ bind -n M-j select-pane -D set -g mouse on +set-option -g allow-rename off + set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'dracula/tmux' diff --git a/README.org b/README.org index e2b49f1..e35cbc4 100644 --- a/README.org +++ b/README.org @@ -266,7 +266,7 @@ Use [[https://www.gnu.org/software/stow/][GNU Stow]] to create symlinks. url = git@github.com:tmux-plugins/tpm.git branch = master [submodule ".tmux/plugins/tmux-sensible"] - path = .tmux/plugins/tpm-sensible + path = .tmux/plugins/tmux-sensible url = git@github.com:tmux-plugins/tpm-sensible.git branch = master [submodule ".tmux/plugins/tmux"] @@ -3768,6 +3768,14 @@ Enable mouse control (clickable windows, panes, resizable panes) set -g mouse on #+END_SRC +**** Stop Renaming Windows Automatically + +Don't rename windows automatically + +#+BEGIN_SRC conf :tangle .tmux.conf +set-option -g allow-rename off +#+END_SRC + **** Setup Tmux Plugin Manager #+BEGIN_SRC conf :tangle .tmux.conf