updated tmux config and plugins, added tmuxp to dotfiles

This commit is contained in:
liph
2026-02-23 17:37:56 +01:00
parent 8925d9677e
commit f901141e5f
11 changed files with 139 additions and 7 deletions

View File

@@ -6,6 +6,12 @@ bind -n M-L next-window
set -g prefix C-s
set -g mouse on
bind _ split-window -h # Split vertical using prefix + |
bind - split-window -v # Split horizontal using prefix + -
# Reloading
bind r source-file ~/.tmux.conf \; display "Config Reloaded!"
# Start windows and panes at 1, not 0
set -g base-index 1
set -g pane-base-index 1
@@ -107,8 +113,12 @@ set -g @plugin 'christoomey/vim-tmux-navigator'
set -g @plugin 'tmux-plugins/tmux-yank'
set -g @plugin 'sainnhe/tmux-fzf'
set -g @plugin 'alexwforsythe/tmux-which-key'
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'
# set -g @plugin 'tmux-plugins/tmux-resurrect'
# set -g @plugin 'tmux-plugins/tmux-continuum'
set -g @plugin 'YlanAllouche/tmux-task-monitor'
set -g @plugin 'rickstaa/tmux-notify'
set -g @plugin 'TheSast/tmux-nav-master'
set -g @plugin 'omerxx/tmux-sessionx'
# Other examples:
# set -g @plugin 'github_username/plugin_name'