dotfiles/config/kitty/kitty.conf (view raw)
| 1 | hide_window_decorations yes |
| 2 | update_check_interval 0 |
| 3 | enabled_layouts horizontal |
| 4 | include colo_tokyonight_night.conf |
| 5 | |
| 6 | ## some non terminal things |
| 7 | shell fish |
| 8 | |
| 9 | ## Remote control |
| 10 | allow_remote_control socket-only |
| 11 | listen_on unix:/tmp/kitty |
| 12 | |
| 13 | ## Font |
| 14 | font_size 12.6 |
| 15 | font_family Jetbrains Mono |
| 16 | bold_font auto |
| 17 | italic_font auto |
| 18 | bold_italic_font auto |
| 19 | disable_ligatures never |
| 20 | |
| 21 | ## Tabs |
| 22 | tab_bar_style fade |
| 23 | tab_bar_edge top |
| 24 | tab_fade 1 |
| 25 | |
| 26 | ## Bell |
| 27 | enable_audio_bell no |
| 28 | visual_bell_duration 0 |
| 29 | |
| 30 | ## Cursor |
| 31 | cursor_beam_thickness 0 |
| 32 | cursor_shape underline |
| 33 | cursor_underline_thickness 1.3 |
| 34 | cursor_blink_interval 0 |
| 35 | |
| 36 | ## Mouse |
| 37 | mouse_hide_wait .5 |
| 38 | focus_follows_mouse no |
| 39 | |
| 40 | ## Mappings |
| 41 | map alt+1 goto_tab 1 |
| 42 | map alt+2 goto_tab 2 |
| 43 | map alt+3 goto_tab 3 |
| 44 | map alt+4 goto_tab 4 |
| 45 | map alt+5 goto_tab 5 |
| 46 | map alt+6 goto_tab 6 |
| 47 | map alt+7 goto_tab 7 |
| 48 | map alt+8 goto_tab 8 |
| 49 | map alt+9 goto_tab 9 |
| 50 | map kitty_mod+t new_tab_with_cwd |
| 51 | map kitty_mod+enter new_window_with_cwd |
| 52 | |
| 53 | map ctrl+equal change_font_size all +1 |
| 54 | map ctrl+minus change_font_size all -1 |
| 55 | map ctrl+backspace change_font_size all 0 |
| 56 | map ctrl+0 change_font_size all 0 |