Commit graph

4 commits

Author SHA1 Message Date
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