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
That behavior changed a while back.
Here is my workaround:
bind '"' split-window -c "#{pane_current_path}"
bind '%' split-window -h -c "#{pane_current_path}"
bind 'c' new-window -c "#{pane_current_path}"
The only problem here is, that if you open a split or new window from
e.g. man you'll land in
---
** [tickets:#154] #() construct non-greedy, cuts expression**
**Status:** open
**Created:** Wed Sep 03, 2014 12:18 AM UTC by Nathan Schwarz
**Last Updated:** Wed Sep 03, 2014 12:18 AM UTC
**Owner:** nobody
The #() construct is non-greedy, which results in problems using command