AutoYADM commit: 2024-12-31 20:45:02

This commit is contained in:
Daniel Fichtinger 2024-12-31 20:45:02 -05:00
parent 96168d78b7
commit 59340e713d
3 changed files with 161 additions and 36 deletions

View file

@ -50,46 +50,46 @@ set -g bell-action none
### PLUGINS
# plugin manager
# set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tpm'
# sensible defaults
# set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-sensible'
# better yank
# set -g @plugin 'tmux-plugins/tmux-yank'
set -g @plugin 'tmux-plugins/tmux-yank'
# pretty minimal status
# set -g @plugin 'niksingh710/minimal-tmux-status'
set -g @plugin 'niksingh710/minimal-tmux-status'
# Theme Settings
# set -g @minimal-tmux-use-arrow false
# set -g @minimal-tmux-status "top"
# set -g @minimal-tmux-right true
# set -g @minimal-tmux-justify "centre"
# set -g @minimal-tmux-bg "#933737"
# set -g @minimal-tmux-fg "#000000"
#
# set -g @plugin 'tmux-plugins/tmux-resurrect'
# set -g @resurrect-strategy-nvim 'session'
# set -g @plugin 'tmux-plugins/tmux-continuum'
# set -g @continuum-boot 'on'
set -g @minimal-tmux-use-arrow false
set -g @minimal-tmux-status "top"
set -g @minimal-tmux-right true
set -g @minimal-tmux-justify "centre"
set -g @minimal-tmux-bg "#933737"
set -g @minimal-tmux-fg "#000000"
# # Awesome Tmux
# # note: prefix + Tab to trigger
# set -g @plugin 'laktak/extrakto'
# # prefix + ?: keybindings help
# set -g @plugin 'lost-melody/tmux-command-palette'
# # easymotion
# set -g @plugin 'ddzero2c/tmux-easymotion'
# set -g @easymotion-key 's'
#
# # prefix + T
# set -g @plugin '27medkamal/tmux-session-wizard'
# # prefix + g
# set -g @plugin 'sturob/tmux-teleport'
#
# # Prefix f to open main fzf
# # Prefix C-w to open window switcher
# TMUX_FZF_LAUNCH_KEY="C-f"
# set -g @plugin 'sainnhe/tmux-fzf'
# bind-key C-w run-shell -b "/home/fic/.config/tmux/plugins/tmux-fzf/scripts/window.sh switch"
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @resurrect-strategy-nvim 'session'
set -g @plugin 'tmux-plugins/tmux-continuum'
set -g @continuum-boot 'on'
# Awesome Tmux
# note: prefix + Tab to trigger
set -g @plugin 'laktak/extrakto'
# prefix + ?: keybindings help
set -g @plugin 'lost-melody/tmux-command-palette'
# easymotion
set -g @plugin 'ddzero2c/tmux-easymotion'
set -g @easymotion-key 's'
# prefix + T
set -g @plugin '27medkamal/tmux-session-wizard'
# prefix + g
set -g @plugin 'sturob/tmux-teleport'
# Prefix f to open main fzf
# Prefix C-w to open window switcher
TMUX_FZF_LAUNCH_KEY="C-f"
set -g @plugin 'sainnhe/tmux-fzf'
bind-key C-w run-shell -b "/home/fic/.config/tmux/plugins/tmux-fzf/scripts/window.sh switch"
# TODO:
# https://github.com/whame/tmux-modal
@ -176,4 +176,4 @@ bind c new-window -c ""
# WARN: This line must come last!
# run '/usr/share/tmux-plugin-manager/tpm'
run '~/.tmux/plugins/tpm/tpm'