Disable splitting feature #7356
Replies: 3 comments 4 replies
-
Read the section on shortcuts in the kitty docs it will tell you how to
unmap shortcuts.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
map kitty_mod+enter
or if you are on older kitty
map kitty_mod+enter no_op
There is no ctrl+enter mapping in kitty.
|
Beta Was this translation helpful? Give feedback.
2 replies
-
Does not replicate for me. Running
kitty --config NONE -o 'map cmd+enter'
Pressing command+enter does nothing, as expected.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
waldauf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I found out that the shortcut
command + enter
activates window splitting even though I didn't find it in the configuration. Is there a way how to disable splitting at all? The reason why I'm asking is TMUX interference.Beta Was this translation helpful? Give feedback.
All reactions