* Christian Ebert on Monday, February 03, 2014 at 09:58:09 +0100
> 1. I cannot insert them in Vim: Ctrl-BackSpace should show up as
> ^?, but just goes back - does not happen in xterm or screen.
Actually I can, the correct way: CTRL-V CTRL-BackSpace shows up
as ^? - same at the command line.
> 2.
* Stroller on Wednesday, February 05, 2014 at 13:56:24 +
>> I'm on a Mac Book Pro, there is no delete key.
>
> What about fn-backspace?
Tried that already, does nothing at all under any circumstances.
But I'm gonna re-check.
--
theatre - books - texts - movies
Black Trash Productions at hom
> I'm on a Mac Book Pro, there is no delete key.
What about fn-backspace?
Stroller.
--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the
Sorry erase not verase the termios name is VERASE but stty calls it erase
Original message
From: Christian Ebert
Date: 04/02/2014 21:32 (GMT+00:00)
To: tmux-users@lists.sourceforge.net
Subject: Re: trouble with control characters
* Nicholas Marriott on Tuesday, February
* Nicholas Marriott on Tuesday, February 04, 2014 at 20:58:10 +
> On macs you can get delete with some one of their special keys and backspace.
>
> Anyway try running stty verase ^? in tmux.
$ stty verase ^?
stty: illegal option -- verase
usage: stty [-a|-e|-g] [-f file] [options]
verase see
On macs you can get delete with some one of their special keys and backspace.
Anyway try running stty verase ^? in tmux.
Original message
From: Christian Ebert
Date: 04/02/2014 17:40 (GMT+00:00)
To: tmux-users@lists.sourceforge.net
Subject: Re: trouble with control
* Nicholas Marriott on Tuesday, February 04, 2014 at 17:15:06 +
> Does your delete key actually send ^H
It seems to send ^?
In xterm and screen:
~$ sed -n l
^?
\177$
In tmux:
~$ sed -n l
$
But chances are I'm going the wrong way about diagnosing this.
> and is that the same as backspace
Does your delete key actually send ^H and is that the same as backspace itself?
Was it bs or del you were having trouble with?
Original message
From: Christian Ebert
Date: 04/02/2014 12:33 (GMT+00:00)
To: tmux-users@lists.sourceforge.net
Subject: Re: trouble with control
* Nicholas Marriott on Tuesday, February 04, 2014 at 07:28:25 +
> Check what VERASE is in stty -a, tmux uses that to work out what delete is.
In tmux:
stty -a | grep '\berase\b'
erase = ^?; intr = ^C; kill = ^U; lnext = ^V; min = 1; quit = ^\;
In xterm and screen the value is ^H.
--
Check what VERASE is in stty -a, tmux uses that to work out what delete is.
Original message
From: Christian Ebert
Date: 03/02/2014 08:58 (GMT+00:00)
To: tmux-users@lists.sourceforge.net
Subject: trouble with control characters
Hi,
Trying out tmux I encounter the follow
10 matches
Mail list logo