fix: Use tmux 3.4 compatible pane height parameters (#217)

Co-authored-by: spike <spike@w530>
master
Chakib Benziane 3 months ago committed by GitHub
parent 616fcb4799
commit f7c41607d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -225,7 +225,7 @@ endfunction
function! s:vimuxPaneOptions() abort
let height = VimuxOption('VimuxHeight')
let orientation = VimuxOption('VimuxOrientation')
return '-p '.height.' -'.orientation
return '-l '.height.'% -'.orientation
endfunction
""

Loading…
Cancel
Save