dotfiles/.config/kitty/kitty.conf
2023-04-21 21:46:20 +02:00

88 lines
1.7 KiB
Text

# vim:fileencoding=utf-8:foldmethod=marker
#: Fonts {{{
font_family JetBrainsMono Nerd Font
bold_font auto
italic_font auto
bold_italic_font auto
font_size 12.0
#: }}}
#: Mouse {{{
# url_color #0087bd
# url_style curly
#: The color and style for highlighting URLs on mouse-over. url_style
#: can be one of: none, straight, double, curly, dotted, dashed
strip_trailing_spaces smart
# focus_follows_mouse no
#: Set the active window to the window under the mouse when moving the
#: mouse around
#: }}}
#: Terminal bell {{{
enable_audio_bell no
#: }}}
#: Color scheme {{{
include ./colors.conf
background_opacity 0.8
#: }}}
#: Keyboard shortcuts {{{
# kitty_mod ctrl+shift
map kitty_mod+enter new_os_window_with_cwd
# clear_all_shortcuts no
#: You can have kitty remove all shortcut definition seen up to this
#: point. Useful, for instance, to remove the default shortcuts.
#: Clipboard {{{
#: Copy to clipboard
# map kitty_mod+c copy_to_clipboard
map ctrl+c copy_and_clear_or_interrupt
#: Paste from clipboard
# map kitty_mod+v paste_from_clipboard
#: }}}
#: Scrolling {{{
#: Scroll to previous shell prompt
map kitty_mod+k scroll_to_prompt -1
#: Scroll to next shell prompt
map kitty_mod+j scroll_to_prompt 1
#: Browse output of the last shell command in pager
# map kitty_mod+g show_last_command_output
#: }}}
#: Font sizes {{{
#: Increase font size
# map kitty_mod+equal change_font_size all +2.0
# map kitty_mod+plus change_font_size all +2.0
#: Decrease font size
# map kitty_mod+minus change_font_size all -2.0
#: Reset font size
# map kitty_mod+backspace change_font_size all 0
#: }}}
#: Miscellaneous {{{
#: Reload kitty.conf
map kitty_mod+r load_config_file
#: }}}
#: }}}