Fix tmux-sensible submodule
This commit is contained in:
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -122,7 +122,7 @@
|
|||||||
url = git@github.com:tmux-plugins/tpm.git
|
url = git@github.com:tmux-plugins/tpm.git
|
||||||
branch = master
|
branch = master
|
||||||
[submodule ".tmux/plugins/tmux-sensible"]
|
[submodule ".tmux/plugins/tmux-sensible"]
|
||||||
path = .tmux/plugins/tpm-sensible
|
path = .tmux/plugins/tmux-sensible
|
||||||
url = git@github.com:tmux-plugins/tpm-sensible.git
|
url = git@github.com:tmux-plugins/tpm-sensible.git
|
||||||
branch = master
|
branch = master
|
||||||
[submodule ".tmux/plugins/tmux"]
|
[submodule ".tmux/plugins/tmux"]
|
||||||
|
@@ -23,6 +23,8 @@ bind -n M-j select-pane -D
|
|||||||
|
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
|
|
||||||
|
set-option -g allow-rename off
|
||||||
|
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||||
set -g @plugin 'dracula/tmux'
|
set -g @plugin 'dracula/tmux'
|
||||||
|
10
README.org
10
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
|
url = git@github.com:tmux-plugins/tpm.git
|
||||||
branch = master
|
branch = master
|
||||||
[submodule ".tmux/plugins/tmux-sensible"]
|
[submodule ".tmux/plugins/tmux-sensible"]
|
||||||
path = .tmux/plugins/tpm-sensible
|
path = .tmux/plugins/tmux-sensible
|
||||||
url = git@github.com:tmux-plugins/tpm-sensible.git
|
url = git@github.com:tmux-plugins/tpm-sensible.git
|
||||||
branch = master
|
branch = master
|
||||||
[submodule ".tmux/plugins/tmux"]
|
[submodule ".tmux/plugins/tmux"]
|
||||||
@@ -3768,6 +3768,14 @@ Enable mouse control (clickable windows, panes, resizable panes)
|
|||||||
set -g mouse on
|
set -g mouse on
|
||||||
#+END_SRC
|
#+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
|
**** Setup Tmux Plugin Manager
|
||||||
|
|
||||||
#+BEGIN_SRC conf :tangle .tmux.conf
|
#+BEGIN_SRC conf :tangle .tmux.conf
|
||||||
|
Reference in New Issue
Block a user