Skip to content

Commit

Permalink
fix: Use tmux 3.4 compatible pane height parameters (#217)
Browse files Browse the repository at this point in the history
Co-authored-by: spike <spike@w530>
  • Loading branch information
blob42 and spike authored Feb 19, 2024
1 parent 616fcb4 commit f7c4160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/vimux.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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

""
Expand Down

0 comments on commit f7c4160

Please sign in to comment.