Dot_Files/.config/kitty/kitty.conf

59 lines
1.9 KiB
Plaintext
Raw Normal View History

2022-04-27 12:54:14 -05:00
#Font Settings
2022-05-14 20:01:10 -05:00
font_family Fira Code Regular
bold_font auto
italic_font auto
bold_italic_font auto
2022-05-15 22:29:18 -05:00
font_size 14.0
2022-05-15 22:50:54 -05:00
font_features FiraCodeRoman-Regular +cv01 +cv02 +ss01 +zero +ss05 +ss04 +cv30 +ss03 +cv29
font_features FiraCodeRoman-Medium +cv01 +cv02 +ss01 +zero +ss05 +ss04 +cv30 +ss03 +cv29
font_features FiraCodeRoman-SemiBold +cv01 +cv02 +ss01 +zero +ss05 +ss04 +cv30 +ss03 +cv29
font_features FiraCode-Light +cv01 +cv02 +ss01 +zero +ss05 +ss04 +cv30 +ss03 +cv29
2022-01-08 15:24:29 -06:00
2022-04-27 12:54:14 -05:00
# Scrollback Settings
2022-01-08 15:24:29 -06:00
scrollback_lines 4000
2022-05-27 00:45:24 -05:00
# scrollback_pager less --chop-long-lines --RAW-CONTROL-CHARS +INPUT_LINE_NUMBER
2022-05-27 00:45:58 -05:00
scrollback_pager nvim -c "set signcolumn=no showtabline=0" -c "silent write! /tmp/kitty_scrollback_buffer | te cat /tmp/kitty_scrollback_buffer - "
2022-01-08 15:24:29 -06:00
2022-04-27 12:54:14 -05:00
# Mouse Settings
2022-01-10 04:49:28 -06:00
mouse_map left click ungrabbed no-op
2022-01-08 15:24:29 -06:00
2022-04-27 12:54:14 -05:00
# Layouts
enabled_layouts Grid,Fat,Horizontal,Tall,Vertical
2022-01-08 15:24:29 -06:00
2022-04-27 12:54:14 -05:00
# Mac Specific Settings
macos_titlebar_color background
macos_option_as_alt yes
macos_quit_when_last_window_closed yes
macos_thicken_font .35
2022-01-08 15:24:29 -06:00
2022-04-27 12:54:14 -05:00
# Maps
kitty_mod ctrl+shift
2022-01-08 15:24:29 -06:00
map ctrl+alt+] next_layout
map ctrl+alt+[ last_used_layout
map ctrl+alt+1 goto_layout Grid
map ctrl+alt+2 goto_layout Fat
map ctrl+alt+3 goto_layout Horizontal
map ctrl+alt+4 goto_layout Tall
map ctrl+alt+5 goto_layout Veritcal
map alt+left neighboring_window left
map alt+right neighboring_window right
map alt+up neighboring_window up
map alt+down neighboring_window down
2022-01-08 15:24:29 -06:00
map alt+w close_window
map alt+enter launch --cwd=current
2022-01-08 15:24:29 -06:00
map cmd+x next_tab
map cmd+z previous_tab
map cmd+t new_tab_with_cwd
map cmd+w close_tab
map cmd+alt+t set_tab_title
2022-04-27 12:54:14 -05:00
map ctrl+enter send_text normal,application \x1b[13;5u
map shift+enter send_text normal,application \x1b[13;2u
map ctrl+tab send_text normal,application \x1b[9;5u
map ctrl+shift+tab send_text normal,application \x1b[9;6u
2022-01-08 15:24:29 -06:00
2022-04-27 12:54:14 -05:00
# Themeing
tab_bar_style powerline
tab_powerline_style round
include ./themes/tokyo-night.conf