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

Re: starting directory of new panes

2014-10-19 Thread Nathan Schwarz
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

[tmux:tickets] #154 #() construct non-greedy, cuts expression

2014-09-04 Thread Nathan Schwarz
--- ** [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