Skip to content

Commit be87050

Browse files
committed
Use -a to list all panes across all sessions and windows
1 parent 04f299e commit be87050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/vimux.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ function! s:hasRunner() abort
356356
return v:false
357357
endif
358358
let l:runnerType = VimuxOption('VimuxRunnerType')
359-
let l:command = 'list-'.runnerType."s -F '#{".runnerType."_id}'"
359+
let l:command = 'list-'.runnerType."s -a -F '#{".runnerType."_id}'"
360360
let l:found = match(VimuxTmux(l:command), g:VimuxRunnerIndex)
361361
return l:found != -1
362362
endfunction

0 commit comments

Comments
 (0)