update
This commit is contained in:
parent
b6cf50d87f
commit
3ce3e3927c
2 changed files with 17 additions and 2 deletions
|
|
@ -106,7 +106,7 @@ bind f display-popup -E -w 80% -h 75% "yazi"
|
|||
bind T if-shell -F '#{==:#{session_name},popup}' {
|
||||
detach-client
|
||||
} {
|
||||
display-popup -d "#{pane_current_path}" -xC -yC -w 80% -h 75% -E 'tmux attach-session -t popup || tmux new-session -s popup'
|
||||
display-popup -d "#{pane_current_path}" -xC -yC -w 80% -h 75% -E ". $HOME/.config/scripts/sessions.sh popup"
|
||||
}
|
||||
|
||||
bind S if-shell -F '#{==:#{session_name},scratch}' {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue