tmux: install tpm and tmux-sensible

This commit is contained in:
nicolas 2023-10-09 09:30:46 +02:00
parent 6147fd40cf
commit 070e674d06
2 changed files with 8 additions and 0 deletions

View File

@ -7,3 +7,10 @@ bind-key space copy-mode
set -g base-index 1
setw -g mode-keys vi
set-option -sg escape-time 10
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'

1
.gitignore vendored
View File

@ -10,6 +10,7 @@
.config/nvim/lua/nise/java_configs.lua
!.config/tmux/
!.config/tmux/**
.config/tmux/plugins/**
!.config/lazygit/
!.config/lazygit/config.yml
!.gitignore