mirror of
https://github.com/ForeverPyrite/dotfiles.git
synced 2025-12-10 01:08:06 +00:00
Changes I didn't realized I stashed + appearance
Now I HAVE to use Tmux. Finally. I like that. I'm considering changing it from running the command to execing it Since hypothetically I have plent of tmux managment within tmux itself, including plugins. Surely there is some way that can go wrong though, but after enough time I might deside "what could possibly go wrong!?"
This commit is contained in:
@@ -46,6 +46,8 @@ set -g @plugin 'omerxx/tmux-sessionx' # Session manager
|
||||
set -g @plugin 'tmux-plugins/tmux-resurrect' # Allows tmux environments to be saved and restored via prefix Ctrl+s and Ctrl+r
|
||||
# I would also like to look into stuff like nvim session restoration: https://github.com/tmux-plugins/tmux-resurrect
|
||||
set -g @plugin 'tmux-plugins/tmux-continuum' # Automatically saves with ^ every 15 minutes, and restores on tmux server start.
|
||||
# Restore tmux environment on server start
|
||||
set -g @continuum-restore 'on'
|
||||
# Note:
|
||||
# > In order to be executed periodically, the plugin updates the status-right tmux variable.
|
||||
# > In case some plugin (usually themes) overwrites the status-right variable, the autosave feature stops working.
|
||||
|
||||
Reference in New Issue
Block a user