AutoYADM commit: 2024-12-24 13:15:02
This commit is contained in:
parent
312318daf9
commit
c8e4d7c742
1 changed files with 18 additions and 3 deletions
|
@ -60,10 +60,25 @@ set -g @minimal-tmux-justify "centre"
|
|||
set -g @minimal-tmux-bg "#933737"
|
||||
set -g @minimal-tmux-fg "#000000"
|
||||
|
||||
### Session management -- TODO: configure later
|
||||
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 @plugin 'tmux-plugins/tmux-resurrect'
|
||||
# set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||
# 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'
|
||||
|
||||
# TODO:
|
||||
# https://github.com/whame/tmux-modal
|
||||
|
||||
### NAVIGATION KEYBINDINGS
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue