dotfiles/.config/kitty/kitty.conf

107 lines
1.7 KiB
Plaintext
Raw Normal View History

# vim:fileencoding=utf-8:foldmethod=marker
#: Fonts {{{
2021-12-05 18:59:14 +00:00
2021-12-06 12:06:24 +00:00
font_family Roboto Mono Regular
bold_font Roboto Mono Bold
italic_font Roboto Mono Italic
bold_italic_font Roboto Mono Bold Italic
2021-12-05 18:59:14 +00:00
font_size 9
2022-01-04 15:49:08 +00:00
font_features none
2021-12-08 14:34:32 +00:00
symbol_map U+E007-U+F8E8 Font Awesome 5 Brands
symbol_map U+F022 Font Awesome 5 Free
2021-12-05 18:59:14 +00:00
#: }}}
2021-12-05 18:59:14 +00:00
#: Cursor {{{
2021-12-05 18:59:14 +00:00
cursor_shape underline
cursor_beam_thickness 1.0
cursor_underline_thickness 0.5
#: }}}
#: Scrollback {{{
2021-12-05 18:59:14 +00:00
scrollback_lines 50000
#: }}}
#: Terminal bell {{{
2021-12-10 19:12:25 +00:00
enable_audio_bell no
2021-12-05 18:59:14 +00:00
#: }}}
#: Window layout {{{
2021-12-05 18:59:14 +00:00
remember_window_size no
initial_window_width 2100
initial_window_height 1150
window_padding_width 1
active_border_color #C0C0C0
#: }}}
#: Color scheme {{{
2021-12-05 18:59:14 +00:00
foreground #BABABA
background #073642
2022-01-04 15:49:08 +00:00
#: black
2021-12-05 18:59:14 +00:00
color0 #000000
color8 #666666
2022-01-04 15:49:08 +00:00
#: red
2021-12-05 18:59:14 +00:00
color1 #E8341C
color9 #E05A4F
2022-01-04 15:49:08 +00:00
#: green
2021-12-05 18:59:14 +00:00
color2 #68C256
color10 #77B869
2022-01-04 15:49:08 +00:00
#: yellow
2021-12-05 18:59:14 +00:00
color3 #F2D42C
color11 #EFD64B
2022-01-04 15:49:08 +00:00
#: blue
2021-12-05 18:59:14 +00:00
color4 #1C98E8
color12 #387CD3
2022-01-04 15:49:08 +00:00
#: magenta
2021-12-05 18:59:14 +00:00
color5 #8E69C9
color13 #957BBE
2022-01-04 15:49:08 +00:00
#: cyan
2021-12-05 18:59:14 +00:00
color6 #1C98E8
color14 #3D97E2
2022-01-04 15:49:08 +00:00
#: white
2021-12-05 18:59:14 +00:00
color7 #BABABA
color15 #BABABA
#: }}}
#: Advanced {{{
2021-12-05 18:59:14 +00:00
shell_integration no-cursor
2021-12-05 18:59:14 +00:00
#: }}}
#: Maps {{{
2021-12-05 18:59:14 +00:00
2022-01-04 15:49:08 +00:00
map kitty_mod+y launch --stdin-source=@last_cmd_output --type=clipboard
map kitty_mod+f launch --type=overlay --stdin-source=@screen_scrollback fzf --tac --no-sort --no-mouse -i
2021-12-12 17:06:55 +00:00
map kitty_mod+h show_scrollback
2021-12-06 12:06:24 +00:00
map kitty_mod+enter launch --cwd=current
2021-12-08 11:51:13 +00:00
map kitty_mod+o launch --cwd=current
2022-01-04 15:49:08 +00:00
map kitty_mod+x toggle_layout stack
2021-12-05 18:59:14 +00:00
map alt+left previous_window
map alt+up previous_window
map alt+right next_window
map alt+down next_window
map F1 launch --allow-remote-control kitty +kitten broadcast
map ctrl+alt+p kitten secrets.py "description" "Tilix Password"
#: }}}