Commit Graph

24 Commits (c20bc5c4e2bffc48277840cb0a75c8c918405cf5)

Author SHA1 Message Date
Bruno Sutic c20bc5c4e2
v2.1.0 2014-12-12 23:25:39 +01:00
Bruno Sutic 294e607f83
Deprecate "almost sensible" feature 2014-12-12 23:17:34 +01:00
Bruno Sutic d2565e5f10
Enable `focus-events` 2014-12-12 22:40:09 +01:00
Bruno Sutic babfd71d08
Update changelog and readme 2014-12-03 13:22:19 +01:00
Bruno Sutic c95eb0d88d Merge pull request #13 from m1foley/safe_bind_prefix
Don't overwrite $prefix if already bound
2014-12-03 13:19:50 +01:00
Mike Foley df5b537d21 Don't overwrite $prefix if already bound 2014-12-02 17:55:10 -08:00
Bruno Sutic bbff707eaa
Almost sensible options 2014-10-03 18:40:53 +02:00
Bruno Sutic 13f58a8870
Remove all mouse-related options 2014-10-03 17:45:31 +02:00
Bruno Sutic c908b42f2b
Bugfix: tmux quits if 'reattach-to-user-namespace' is not installed
Fixes #9
2014-09-21 16:02:55 +02:00
Bruno Sutic 9beab4784c Merge pull request #8 from janko-m/prefix-descriptions
Add descriptions for `C-p` and `C-n` bindings
2014-09-04 15:03:14 +02:00
Janko Marohnić 4a584b0799 Add descriptions for `C-p` and `C-n` bindings
Fixes #6
2014-09-04 14:03:52 +02:00
Bruno Sutic 615906df94
v1.1.0 2014-08-30 22:48:07 +02:00
Bruno Sutic 4967aa0ce7
Do not unbind C-b if a user still uses it
Fixes #5
2014-08-30 22:44:37 +02:00
Bruno Sutic fa3e8b91ea
Remove `mode-mouse` setting
Closes #4
2014-08-11 18:08:20 +02:00
Bruno Sutic 74c4a76bfa Big README update 2014-08-04 18:02:04 +02:00
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 624213f676 v1.0.0 2014-07-30 18:05:58 +02:00
Bruno Sutic 04337fd5f9 Add readme 2014-07-30 18:05:27 +02:00
Bruno Sutic 1e1f7e0835 Add changelog 2014-07-30 17:52:00 +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