bash key-bindings: transpose-chars , wie kriegt man den weg ?

liquidnight

liquidnight

Routinier
Hallo, weiß jemand, wie man dieses Tastenkürzel in der bash abschaltet ?

Control-T dreht im xterm die letzten 2 Buchstaben rum. Das Ding kann ich aber gar nicht gut brauchen. In der KDE-Konsole yakuake kommt mir das key-binding einem von mir gewünschten Shortcut (Control-T) in die Quere. Siehe auch http://www.kde-apps.org/content/show.php?content=29153 , falls der Link verloren geht:
Code:
 by scottR  on: 09/19/2006, 1:43 	
Yes, it's possible to change this. However, it's a bash keybinding, so you'll want to make sure you have your bash docs installed, and use info to see how to do this.
That said, I'd recommend choosing another key combination. A number of common applications bind ctrl-t, which means you'll have to find and change each of them to avoid future conflicts. Also, ctrl-t in bash is something you may find yourself using regularly, once you know it's there. As you've seen, it means "transpose", and it switches the last two letters around. Very useful in the command line if you find yourself typing "sl", "dc", "cta" accidently, instead of ls, cd, cat, respectively. If you get into the habit of using it, you'll find yourself wishing more apps had the feature. Over the course of time, it will save you a lot of keypresses.

Hab mir mal die man-page zu readline angeschaut, da müsste also in irgendeiner konfigurationsdatei das control-T definiert sein. Leider finde ich das nicht ..... :-/

Wieso ich nicht auf ne andre Tastenkombi weichen möchte: konsole macht nen neuen Tab mit Control-T (da funktioniert das Konfigurieren), und Firefox macht auch nen neuen Tab mit Control-T.
 
Du kannst in der Bash sämtliche shortcuts anpassen - "Einstellungen" --> "Kurzbefehle festlegen".
 
Du kannst in der Bash sämtliche shortcuts anpassen - "Einstellungen" --> "Kurzbefehle festlegen".
Was Du meinst ist konsole. Diese Kurzbefehle haben aber in yakuake keine Wirkung. Dort wird das Control-T wohl absichtlich nicht gefangen :-(

in der konsole hab ich das eingestellt, dort funktioniert es auch.
 

Ähnliche Themen

Nginx als Reverse Proxy für Nextcloud und Emby

Zugriff Ubuntu 16.04. auf Freigabe 18.04. LTS nicht möglich

Senior System & Network Admin in Berlin

Samba 4 Gast Zugang unter Ubuntu funktioniert nicht

X startet nichtmehr

Zurück
Oben