Do not unbind C-b if a user still uses it

Fixes #5
This commit is contained in:
Bruno Sutic
2014-08-30 22:44:37 +02:00
parent fa3e8b91ea
commit 4967aa0ce7
2 changed files with 16 additions and 1 deletions

View File

@ -6,6 +6,8 @@
- do not make any decision about the prefix, just enhance it
- update `README.md`. List options set in the plugin.
- do *not* set `mode-mouse on` by default because some users don't like it
- if a user changes default prefix but binds `C-b` to something else, do not
unbind `C-b`
### v1.0.0, 2014-07-30
- initial work on the plugin