Ctrl+Shift+6 conflict with vim #5683

Closed
opened 2026-01-31 00:19:11 +00:00 by claunia · 4 comments
Owner

Originally created by @evakili on GitHub (Dec 24, 2019).

Ctrl+Shift+6 (a.ka. Ctrl+^) is a nice shortcut in Vim that switches to previous buffer. But it opens the sixth terminal in Terminal.

Originally created by @evakili on GitHub (Dec 24, 2019). Ctrl+Shift+6 (a.ka. Ctrl+^) is a nice shortcut in Vim that switches to previous buffer. But it opens the sixth terminal in Terminal.
Author
Owner

@chiefjester commented on GitHub (Dec 25, 2019):

@evakili you can unbind them using this

{
    "command" : null,
    "keys" : 
    [
        "ctrl+shift+6"
    ]
},
@chiefjester commented on GitHub (Dec 25, 2019): @evakili you can unbind them using this ```json { "command" : null, "keys" : [ "ctrl+shift+6" ] }, ```
Author
Owner

@zadjii-msft commented on GitHub (Dec 30, 2019):

@thisguychris is correct - if there's ever a keybinding that you're unhappy with, you're feel free to rebind or unbind it. Thanks!

@zadjii-msft commented on GitHub (Dec 30, 2019): @thisguychris is correct - if there's ever a keybinding that you're unhappy with, you're feel free to rebind or unbind it. Thanks!
Author
Owner

@evakili commented on GitHub (Dec 30, 2019):

Tnx

@evakili commented on GitHub (Dec 30, 2019): Tnx
Author
Owner

@dliakh commented on GitHub (Dec 2, 2021):

Is there (or rather would that be possible to add) an "escape sequence" to temporarily stop the Terminal from capturing keyboard input and interpreting it as action request sequences but rather sending those sequences right to the application ? (in this case, vim)

@dliakh commented on GitHub (Dec 2, 2021): Is there (or rather would that be possible to add) an "escape sequence" to _temporarily_ stop the Terminal from capturing keyboard input and interpreting it as action request sequences but rather sending those sequences right to the application ? (in this case, vim)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#5683