tmux: Remove unneeded semicolon
This commit is contained in:
@@ -340,7 +340,7 @@ set -g @resurrect-strategy-nvim 'session'
|
||||
# Save sessions before detaching
|
||||
unbind d
|
||||
bind d {
|
||||
run -b "$XDG_CONFIG_HOME/tmux/plugins/tmux-resurrect/scripts/save.sh";
|
||||
run -b "$XDG_CONFIG_HOME/tmux/plugins/tmux-resurrect/scripts/save.sh"
|
||||
detach
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user