mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-06 03:14:52 -06:00
- Add comprehensive Cursor settings for Linux platform - Expand Claude Code allowed bash commands (control flow, tooling) - Enable KiTTy command finish notification suppression - Add JVM languages plugin to Claude Code workflows - Set default model to Sonnet in Claude settings
14 lines
320 B
Plaintext
14 lines
320 B
Plaintext
# BEGIN_KITTY_THEME
|
|
# Dark Pride
|
|
include current-theme.conf
|
|
# END_KITTY_THEME
|
|
|
|
enable_audio_bell no
|
|
font_family MesloLGS NF
|
|
|
|
# Disable command finish notifications (fixes cryptic "4;0;0" notifications)
|
|
notify_on_cmd_finish never
|
|
|
|
# Claude Code: Enable Shift+Enter for multi-line prompts
|
|
map shift+enter send_text all \n
|