a way to use/map 'hashtag' - key? #6097
-
hi, is there a way to use |
Beta Was this translation helpful? Give feedback.
Answered by
the-mikedavis
Feb 24, 2023
Replies: 1 comment 1 reply
-
You can use the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
workingj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use the
#
character literally but it needs to be quoted in order to not be interpreted as a comment. You should be able to bind Ctrl and#
with"C-#"
but it looks to me like that key combination is not passed from the terminal emulator to the app running inside, so it isn't possible to bind that combination.