Re: tmux: auto adjust terminal length when tmux pane got resized

2014-11-08 Thread ping song
thanks for response. I re-tested it and couldn't reproduce. finally I realized it's in another scenario that this issue appears painfully: login to remote server from ssh/telnet in pane, start vim from the remote machine resize pane naturelly the remote machines vim couldn't adjust the new screen w

Re: tmux: auto adjust terminal length when tmux pane got resized

2014-11-02 Thread Nathan Schwarz
On 11-01/22:17, ping song wrote: > this looks an issue for me: > > say you open vim from within one of the pane. > due to the pane width limit your vim wrapped the text to adjust to the width. > but then you resize the pane - you enlarged it a bit. > now ideally vim should detect this and be able

tmux: auto adjust terminal length when tmux pane got resized

2014-11-01 Thread ping song
this looks an issue for me: say you open vim from within one of the pane. due to the pane width limit your vim wrapped the text to adjust to the width. but then you resize the pane - you enlarged it a bit. now ideally vim should detect this and be able to adjust the new width, re-arrange the text