This commit is contained in:
DeveloperDurp 2025-04-08 06:48:07 -05:00
parent 73487ac84b
commit b6cf50d87f
4 changed files with 37 additions and 8 deletions

View file

@ -118,7 +118,7 @@ bind S if-shell -F '#{==:#{session_name},scratch}' {
bind N if-shell -F '#{==:#{session_name},notes}' {
detach-client
} {
display-popup -d "#{pane_current_path}" -xC -yC -w 80% -h 75% -E 'tmux attach-session -t notes || cd ~/Documents/notes; tmux new-session -s notes nvim Welcome.md'
display-popup -d "#{pane_current_path}" -xC -yC -w 80% -h 75% -E ". $HOME/.config/scripts/sessions.sh notes"
}
run '~/.tmux/plugins/tpm/tpm'