Fix tmux-sensible submodule

This commit is contained in:
Sravan Balaji
2024-05-13 16:12:52 -04:00
parent 64895ff3f2
commit 6ac92f3c29
3 changed files with 12 additions and 2 deletions

2
.gitmodules vendored
View File

@@ -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"]

View File

@@ -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'

View File

@@ -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