tmux: Remove unneeded semicolon
This commit is contained in:
@@ -340,7 +340,7 @@ set -g @resurrect-strategy-nvim 'session'
|
|||||||
# Save sessions before detaching
|
# Save sessions before detaching
|
||||||
unbind d
|
unbind d
|
||||||
bind 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
|
detach
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user