Commit Graph

6 Commits

Author SHA1 Message Date
Bruno Sutic
89a51c86e3 Do not force prefix to C-a
Assuming no one uses C-b as the default prefix is a wrong assumption.

Instead of making any assumption about the prefix, we're "building" on
top of whatever the user has set.

The following key-bindings will be set if prefix is set to C-a:
- `C-a + C-a` - sends prefix character
- `C-a + a` - switches to the last window

Likewise, if C-b is prefix, then the additional bindings will be
`C-b + C-b` and `C-b + b`.

Closes #1
2014-08-04 17:23:50 +02:00
Bruno Sutic
47df9983a9 Code style improvements 2014-08-04 17:13:50 +02:00
Bruno Sutic
6a9c4a78ff mode-mouse on
Close #3
2014-08-04 16:23:44 +02:00
Bruno Sutic
97904bc483 Bugfix: default-command utilizes $SHELL env var
The `default-command` setting on OS X determines the default shell if
`default-shell` is not set.
This update enables use of any user defined shell, even if
`default-shell` is not set.

Fixes #2
2014-08-04 16:01:30 +02:00
Bruno Sutic
7629efcbe4 status-keys emacs
`status-keys vi` is really cumbersome for those rare times when you need
to type something in tmux command prompt.
2014-07-30 16:51:42 +02:00
Bruno Sutic
7810165e88 First commit 2014-07-30 16:33:51 +02:00