Bug 190990

Summary: Make ^- send ^_ instead of -
Product: [Fedora] Fedora Reporter: Leszek Matok <lam>
Component: vteAssignee: Behdad Esfahbod <behdad>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 5CC: hdegoede
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-10-02 21:19:29 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
vte-0.12.1-ctrlminus.patch none

Description Leszek Matok 2006-05-07 22:05:54 UTC
Description of problem:
^- (control-minus) inserts simple '-' to the terminal. I'm a joe user (and joe
uses ^_ for "undo") and this is the most annoying thing. I'm trying to convert
myself to gnome-terminal and I can't find any means to bind keys in it unlike
any terminal I used over the years, so I just patched vte to do what I want and
what Linux console does for years. If Linux console does something, it can't be
bad, right? :)

Please apply it, I won't even believe if you tell me someone or something
depends on ^- being just "-" :)

Version-Release number of selected component (if applicable):
Patch is against vte-0.12.1-1.fc5.1

Comment 1 Leszek Matok 2006-05-07 22:05:54 UTC
Created attachment 128718 [details]
vte-0.12.1-ctrlminus.patch

Comment 2 Hans de Goede 2006-08-04 17:14:39 UTC
Actually xterm does the same, since gnome-terminal emulates xterm I believe
gnome terminals behaviour is correct. I'm a joe user myself and I have always
used CTRL+SHIFT+- as undo.

Although I must admit this is a bit inconsistent with redo which is CTRL+SHIFT+6
(CTRL-^) where just CTRL+6 works too.


Comment 3 Leszek Matok 2007-10-02 21:19:29 UTC
Looks like it fixed itself. It's fixed in vte 0.16.9, but I don't know exactly
when it happened. Should I close it as fixed in CURRENTRELEASE or something?