Gentoo Archives: gentoo-user

From: Paul Hartman <paul.hartman+gentoo@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] TMux bindkey with "-"
Date: Thu, 20 Oct 2011 16:45:11
Message-Id: CAEH5T2MVwHmMFprJr+OAufKndeUsyndN3z-+pLm8iyu89_3W4g@mail.gmail.com
In Reply to: [gentoo-user] TMux bindkey with "-" by meino.cramer@gmx.de
1 On Sat, Oct 8, 2011 at 12:34 AM, <meino.cramer@×××.de> wrote:
2 > Hi
3 >
4 > here
5 >
6 >    http://blog.hawkhost.com/2010/06/28/tmux-the-terminal-multiplexer/
7 >
8 >
9 > I found the hint to do the following key binding:
10 >
11 >    unbind %
12 >    bind | split-window -h
13 >    bind – split-window -v
14 >
15 >
16 > But doing so results in the following message on the console, when
17 > starting tmux
18 >
19 >    /home/user/.tmux.conf: 5: unknown key: –
20 >
21 > Nonetheless tmux starts.
22 >
23 > How can I acchieve the correct binding of the keys?
24
25 – (en dash, U+2013) and - (hyphen-minus, U+002D) are different
26 characters. Did you really mean to use the en dash – instead of -?