-position top
bind-key C-y run "tmux show-buffer | xclip -i"
setw -g mode-keys vi
set -g default-terminal "screen-256color"
...
Thanks
--
Hassen
--
CenturyLink Cloud: The Leader in Enterprise Cloud Serv
I missed "set prefix C-a" at the beginning, it works fine now
On Mon, 21 Oct 2013 09:08:50 +0100, Hassen wrote:
> I've just installed tmux 1.8 on FreeBSD and I have troubles making it
> read my config file
>
> tmux comes with no config files so I had to create
I've just installed tmux 1.8 on FreeBSD and I have troubles making it read my config filetmux comes with no config files so I had to create ~/.tmux.conf with this contentunbind C-bbind-key C-a send-prefixThis is for setting the prefix key to ^A, but I can't see any changes in tmux, I made sure to