2022-09-21 03:43:59 +00:00
|
|
|
# https://github.com/catppuccin/kitty
|
|
|
|
include mocha.conf
|
2021-09-18 09:57:27 +00:00
|
|
|
|
2021-12-15 03:01:19 +00:00
|
|
|
# https://sw.kovidgoyal.net/kitty/conf/#fonts
|
2023-06-28 12:18:57 +00:00
|
|
|
font_family SF Mono
|
2023-06-30 08:08:46 +00:00
|
|
|
font_size 14.0
|
2023-02-28 05:39:14 +00:00
|
|
|
# kitty +list-fonts --psnames
|
2021-10-02 17:01:58 +00:00
|
|
|
|
2023-04-02 04:18:58 +00:00
|
|
|
modify_font cell_height 120%
|
|
|
|
|
2022-04-26 15:12:54 +00:00
|
|
|
# https://sw.kovidgoyal.net/kitty/conf/#cursor-customization
|
|
|
|
cursor_shape beam
|
|
|
|
cursor_blink_interval 0
|
|
|
|
|
2022-09-21 03:18:06 +00:00
|
|
|
# https://sw.kovidgoyal.net/kitty/conf/#scrollback
|
|
|
|
scrollback_pager_history_size 16
|
|
|
|
|
2021-12-17 03:45:17 +00:00
|
|
|
# https://sw.kovidgoyal.net/kitty/conf/#mouse
|
|
|
|
copy_on_select yes
|
|
|
|
strip_trailing_spaces smart
|
|
|
|
|
2021-12-15 03:01:19 +00:00
|
|
|
# https://sw.kovidgoyal.net/kitty/conf/#terminal-bell
|
2021-12-02 16:50:23 +00:00
|
|
|
enable_audio_bell no
|
|
|
|
|
2021-12-15 03:01:19 +00:00
|
|
|
# https://sw.kovidgoyal.net/kitty/conf/#window-layout
|
|
|
|
remember_window_size no
|
2022-10-24 08:06:49 +00:00
|
|
|
initial_window_width 720
|
|
|
|
initial_window_height 480
|
2021-12-15 03:01:19 +00:00
|
|
|
|
2022-09-21 03:18:06 +00:00
|
|
|
# https://sw.kovidgoyal.net/kitty/conf/#tab-bar
|
|
|
|
tab_bar_align center
|
|
|
|
|
|
|
|
# https://sw.kovidgoyal.net/kitty/conf/#color-scheme
|
2023-06-30 08:08:46 +00:00
|
|
|
background_opacity 0.8
|
2022-09-21 03:18:06 +00:00
|
|
|
|
2022-06-26 17:58:17 +00:00
|
|
|
# https://sw.kovidgoyal.net/kitty/conf/#advanced
|
2022-09-21 03:18:06 +00:00
|
|
|
shell_integration disabled
|
2023-04-27 16:34:07 +00:00
|
|
|
allow_remote_control yes
|
|
|
|
listen_on unix:$TMPDIR/kitty
|
2022-06-26 17:58:17 +00:00
|
|
|
|
2021-12-15 03:01:19 +00:00
|
|
|
# https://sw.kovidgoyal.net/kitty/conf/#os-specific-tweaks
|
2021-10-02 17:01:58 +00:00
|
|
|
macos_option_as_alt both
|
2021-12-15 03:01:19 +00:00
|
|
|
macos_quit_when_last_window_closed yes
|
2022-04-26 15:12:54 +00:00
|
|
|
|
2022-06-26 17:58:17 +00:00
|
|
|
# https://sw.kovidgoyal.net/kitty/conf/#keyboard-shortcuts
|
|
|
|
# https://sw.kovidgoyal.net/kitty/conf/#all-mappable-actions
|
2022-09-15 14:37:47 +00:00
|
|
|
map kitty_mod+t launch --cwd=oldest --type=tab --location=neighbor
|
|
|
|
map super+t launch --cwd=oldest --type=tab --location=neighbor
|
2022-06-26 17:58:17 +00:00
|
|
|
map kitty_mod+e open_url_with_hints
|
|
|
|
map super+e open_url_with_hints
|