How to bind ctrl+\ to split right? #787
-
This is my config. [bindings]
keys = [
{ key = '\\', with = 'control', action = 'SplitRight' },
{ key = '-', with = 'control', action = 'SplitDown' },
] |
Beta Was this translation helpful? Give feedback.
Answered by
raphamorim
Nov 15, 2024
Replies: 1 comment 3 replies
-
Hey @dangh , Does |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
dangh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @dangh , Does
\
work?