update
This commit is contained in:
parent
73487ac84b
commit
b6cf50d87f
4 changed files with 37 additions and 8 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue