Commit graph

9 commits

Author SHA1 Message Date
d21989d8f4 [tmux] improve status line colors 2018-04-15 11:07:53 +02:00
79c8dd2f26 [tmux] improve status line formatting 2018-04-15 11:07:10 +02:00
23493a7a1e [tmux] use C-Space instead of C-A as prefix 2018-04-15 11:05:22 +02:00
318c2c46ea [tmux] fix immediate exit on Linux
The fix in commit 6bd38b874978e96dc2632abf1c98460e908fa6a6 causes tmux
to exit immediately when running on Linux, since the
reattach-to-user-namespace is specific to MacOS and the binary is
therefore not available on Linux.

More details at:

    http://www.economyofeffort.com/2013/07/29/reattach-to-user-namespace-the-fix-for-your-tmux-in-os-x-woes/
2018-03-28 15:31:33 +02:00
21021eb96c Fix tmux startup on Cygwin
The clipboard fix was preventing tmux from starting on Cygwin. Removing
the configuration line solves the problem.
2017-06-07 17:20:54 +02:00
c76551c14f [tmux] fix lost access to clipboard
First noticed the issue when pasting from the system clipboard stopped
working in vim (only when running inside a tmux session).

The fix is in the following Stack Overflow answer:

    http://stackoverflow.com/a/40154047

The necessary wrapper used by the fixed is at:

    https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard

The wrapper can be installed on the Mac with:

    brew install reattach-to-user-namespace
2017-02-04 16:33:42 +01:00
462153c202 [tmux] Remove status-uft8 - see tmux/tmux#230 2017-02-04 16:33:42 +01:00
50feda4f85 [tmux] use v2.1 mouse support
From the tmux 2.1 changelog:
    * Mouse-mode has been rewritten.  There's now no longer options for:
            - mouse-resize-pane
            - mouse-select-pane
            - mouse-select-window
            - mode-mouse

      Instead there is just one option:  'mouse' which turns on mouse support
      entirely.
2016-03-23 14:03:07 +01:00
a557472b0f Initial commit
This adds the current state of my dotfiles for version control.
2015-06-13 21:09:33 +02:00