Skip to content

Instantly share code, notes, and snippets.

@biwhite
Created September 2, 2019 09:53
Show Gist options
  • Save biwhite/54543dffd1ef013b3ef2b1415c87b2c6 to your computer and use it in GitHub Desktop.
Save biwhite/54543dffd1ef013b3ef2b1415c87b2c6 to your computer and use it in GitHub Desktop.
    ~  grep -v '^#' .config/kitty/kitty.conf  ✔ 
font_family Fira Code Retina
italic_font Fira Mono
bold_font Fira Code
bold_italic_font Fira Mono
font_size 10.0
foreground #c0b18b
background #202020
selection_foreground #2f2f2f
selection_background #d75f5f
cursor #8fee96
cursor_shape block
cursor_blink_interval 0.5
cursor_stop_blinking_after 15.0
scrollback_lines 4000
scrollback_pager less +G -R
wheel_scroll_multiplier 5.0
click_interval 0.5
select_by_word_characters :@-./_~?&=%+#
mouse_hide_wait 3.0
enabled_layouts *
remember_window_size no
initial_window_width 640
initial_window_height 400
repaint_delay 10
input_delay 3
visual_bell_duration 0.02
enable_audio_bell no
open_url_modifiers ctrl+shift
open_url_with default
term xterm-256color
window_border_width 0
window_margin_width 0
active_border_color #ffffff
inactive_border_color #cccccc
active_tab_foreground #000
active_tab_background #eee
inactive_tab_foreground #444
inactive_tab_background #999
map super+v paste_from_clipboard
map ctrl+shift+s paste_from_selection
map super+c copy_to_clipboard
map shift+insert paste_from_selection
map ctrl+shift+up scroll_line_up
map ctrl+shift+down scroll_line_down
map ctrl+shift+k scroll_line_up
map ctrl+shift+j scroll_line_down
map ctrl+shift+page_up scroll_page_up
map ctrl+shift+page_down scroll_page_down
map shift+page_up scroll_page_up
map shift+page_down scroll_page_down
map ctrl+shift+home scroll_home
map ctrl+shift+end scroll_end
map ctrl+shift+h show_scrollback
map super+n new_os_window
map super+w close_window
map ctrl+shift+enter new_window
map ctrl+shift+] next_window
map ctrl+shift+[ previous_window
map ctrl+shift+f move_window_forward
map ctrl+shift+b move_window_backward
map ctrl+shift+` move_window_to_top
map ctrl+shift+1 first_window
map ctrl+shift+2 second_window
map ctrl+shift+3 third_window
map ctrl+shift+4 fourth_window
map ctrl+shift+5 fifth_window
map ctrl+shift+6 sixth_window
map ctrl+shift+7 seventh_window
map ctrl+shift+8 eighth_window
map ctrl+shift+9 ninth_window
map ctrl+shift+0 tenth_window
map ctrl+shift+right next_tab
map ctrl+shift+left previous_tab
map ctrl+shift+t new_tab
map ctrl+shift+q close_tab
map ctrl+shift+l next_layout
map ctrl+shift+. move_tab_forward
map ctrl+shift+, move_tab_backward
map ctrl+shift+up increase_font_size
map ctrl+shift+down decrease_font_size
map ctrl+shift+backspace restore_font_size
macos_option_as_alt no
allow_remote_control yes
dynamic_background_opacity yes
background_opacity 0.9
map ctrl+shift+a>m set_background_opacity +0.1
map ctrl+shift+a>l set_background_opacity -0.1
map ctrl+shift+a>1 set_background_opacity 1
map ctrl+shift+a>d set_background_opacity default
rectangle_select_modifiers ctrl+alt
hide_window_decorations yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment