save point

This commit is contained in:
kake26 2025-05-12 14:35:28 -05:00
parent 4c8b2b9c3b
commit 5b83c89d4a
Signed by: kake26
GPG key ID: E0A989B571D1F99F
9 changed files with 128 additions and 41 deletions

View file

@ -18,7 +18,8 @@ tmux_capture_pane() {
# List all available tmux panes
tmux_list_panes() {
tmux list-panes -F "#{window_id} #{pane_id} #{pane_title} #{pane_current_command}"
#tmux list-panes -F "#{window_id} #{pane_id} #{pane_title} #{pane_current_command}"
tmux list-panes -a -F "#{session_name}:#{window_index}.#{pane_index} - #{pane_current_command}"
}
tmux_list_windows() {