Make Ctrl-Space work in terminal #1923
Answered
by
iflowerml
carloscabanero
asked this question in
Q&A
-
How do I enable Ctrl-Space so I can send it as my Tmux prefix? How do I enable Ctrl-Space to be captured on EMacs or Neovim? CTRL+space custom combination mapped on your host, but the same combination not working on Blink? |
Beta Was this translation helpful? Give feedback.
Answered by
iflowerml
Dec 27, 2023
Replies: 1 comment
-
Ctrl-Space is taken by iOS for the keyboard language switch, if you want to bypass this in your terminal, you must:
Your Custom Press should now work on Blink, try it out! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
carloscabanero
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ctrl-Space is taken by iOS for the keyboard language switch, if you want to bypass this in your terminal, you must:
config
in Shell ORCMD
+,
[On Keyboard].Ctrl
+Space
or an alternative if you want to remap.^⎵
, as the output sequence to the terminal.Your Custom Press should now work on Blink, try it out!