Try adding
set -g default-shell '/bin/bash'
to tmux.conf.
Also it is not a good idea to use /etc/tmux.conf for this because tmux
will look for it automatically, try using a different filename.
On Wed, Mar 11, 2015 at 11:13:21AM +0800, Wang Sen wrote:
>Description
>
>
>I'm
Hi there,
Commit 353d1825d5a3a6efb1c3c71d9afbb96ba57cc948 states:
"Revert the up/down wheel emulation for now, there will be a better way to
do this along later for those who want it."
Has this better way been implemented? If so, can you describe how I can
enable it?
Many thanks,
Paul
-
On 11 March 2015 at 11:00, Paul Gideon Dann wrote:
> Hi there,
>
> Commit 353d1825d5a3a6efb1c3c71d9afbb96ba57cc948 states:
>
> "Revert the up/down wheel emulation for now, there will be a better way to
> do this along later for those who want it."
>
> Has this better way been implemented? If so,
On Wed, Mar 11, 2015 at 11:00:18AM +, Paul Gideon Dann wrote:
> Hi there,
>
> Commit 353d1825d5a3a6efb1c3c71d9afbb96ba57cc948 states:
>
> "Revert the up/down wheel emulation for now, there will be a better way to
> do this along later for those who want it."
>
> Has this better way been impl
It'll be after the next release in a few months.
On Wed, Mar 11, 2015 at 11:10:33AM +, Paul Gideon Dann wrote:
>On 11 March 2015 at 11:00, Paul Gideon Dann <[1]pdgid...@gmail.com> wrote:
>
> Hi there,
>
> Commit 353d1825d5a3a6efb1c3c71d9afbb96ba57cc948 states:
>
> "Reve
On Tue, Mar 10, 2015 at 03:12:05PM +, David Chanters wrote:
> On 16 February 2015 at 15:59, Thomas Adam wrote:
> > % git log | egrep -o '(from |by )[A-Z][A-Za-z0-9 ]*\.'|sort|uniq -c|sort
> > -nr| head -n10
> > 40 from Thomas Adam.
> > 39 from George Nachman.
> > 37 from Tiago
All the commit history is in git, we don't need a list somewhere else.
On Wed, Mar 11, 2015 at 11:24:54AM +, Thomas Adam wrote:
> On Tue, Mar 10, 2015 at 03:12:05PM +, David Chanters wrote:
> > On 16 February 2015 at 15:59, Thomas Adam wrote:
> > > % git log | egrep -o '(from |by )[A-Z
Thanks a lot. It works for me :)
*--- --- ---*
Best Wishes
Wang Sen
Open Software Developer, China System & Technology Lab, IBM
Tel: 010-82453135
Zip:100193
Addr: Ring Buiding, 8 Dongbeiwang Western Road, Beijing
2015-03-11 16:15 GMT+08:00 Nicholas Marriott :
> Try adding
>
> set -g default-shel