save point
This commit is contained in:
parent
4c8b2b9c3b
commit
5b83c89d4a
9 changed files with 128 additions and 41 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue