Skip to content

Commit

Permalink
tmux: added confirm step to save/restore actions*
Browse files Browse the repository at this point in the history
*this depends on support for upstream changes that I'm making to plugin here: tmux-plugins/tmux-resurrect#502
  • Loading branch information
izzygomez committed Mar 14, 2024
1 parent 39d46c3 commit e96d5eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tmux/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ set -g @plugin 'tmux-plugins/tpm'
# github.com/tmux-plugins/tmux-resurrect
# C-a + C-s - save current session
# C-a + C-r - restore saved session
# TODO consider contributing to this project by implementing optional
# `confirm-before` usage for these shortcuts.
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @resurrect-confirm-save "on" # {on, off}
set -g @resurrect-confirm-restore "on" # {on, off}

# No longer using this plugin since UI is being customized through
# tmux-powerline.
Expand Down

0 comments on commit e96d5eb

Please sign in to comment.