change kitty keybindings

This commit is contained in:
Frost-Phoenix 2024-02-13 21:08:08 +01:00
parent a9d57815bf
commit 644ba7e8ed

View file

@ -16,6 +16,12 @@
window_padding_width = 10;
scrollback_lines = 10000;
enable_audio_bell = false;
mouse_hide_wait = 60;
};
keybindings = {
"ctrl+shift+left" = "no_op";
"ctrl+shift+right" = "no_op";
};
};
}