Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed-width terminal independent of window size #12980

Open
sassanh opened this issue Sep 25, 2020 · 0 comments
Open

Fixed-width terminal independent of window size #12980

sassanh opened this issue Sep 25, 2020 · 0 comments
Labels
enhancement feature request terminal built-in :terminal or :shell

Comments

@sassanh
Copy link

sassanh commented Sep 25, 2020

  • nvim --version: master-4a996bc
  • vim -u DEFAULTS (version: ) behaves differently? No
  • Operating system/version: macOS Catalina
  • Terminal name/version: iTerm2
  • $TERM: xterm-256color

Steps to reproduce using nvim -u NORC

nvim -u NORC
:terminal
bash
while true; do echo '1234567890a1234567890b1234567890c1234567890d1234567890e1234567890f1234567890g1234567890h1234567890i1234567890j1234567890k1234567890l1234567890m1234567890n1234567890o1234567890p1234567890q1234567890r1234567890s1234567890t1234567890u1234567890v1234567890w1234567890x1234567890y1234567890z'; sleep 1; done
<c-\><c-n>:vs
:q

Actual behaviour

You see the width of the terminal changes

Expected behaviour

I would like to be able to set a fixed width/columns for the terminal so that it works regardless of the window it is displayed in

@sassanh sassanh added the enhancement feature request label Sep 25, 2020
@zeertzjq zeertzjq added the terminal built-in :terminal or :shell label Jul 28, 2023
@zeertzjq zeertzjq changed the title Ability to set width for terminal regardless of the size of its window Fixed-width terminal regardless of window size Jul 28, 2023
@zeertzjq zeertzjq changed the title Fixed-width terminal regardless of window size Fixed-width terminal independent of window size Oct 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement feature request terminal built-in :terminal or :shell
Projects
None yet
Development

No branches or pull requests

2 participants