mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Update
This commit is contained in:
parent
0d2b7d6ba3
commit
7cf1432163
50 changed files with 1576 additions and 977 deletions
|
|
@ -1,6 +1,5 @@
|
|||
#: MOD
|
||||
#kitty_mod ctrl+shift
|
||||
clear_all_shortcuts no
|
||||
# MOD
|
||||
clear_all_shortcuts yes
|
||||
|
||||
# Font
|
||||
font_family Jetbrains Mono
|
||||
|
|
@ -41,7 +40,6 @@ touch_scroll_multiplier 1.0
|
|||
mouse_hide_wait 2.5
|
||||
url_color #4ecdc4
|
||||
url_style curly
|
||||
|
||||
open_url_modifiers kitty_mod
|
||||
open_url_with default
|
||||
url_prefixes http https file ftp
|
||||
|
|
@ -66,47 +64,28 @@ initial_window_width 640
|
|||
initial_window_height 480
|
||||
enabled_layouts *
|
||||
|
||||
window_resize_step_cells 2
|
||||
window_resize_step_lines 2
|
||||
window_border_width 1.0
|
||||
draw_minimal_borders no
|
||||
window_margin_width 0.0
|
||||
single_window_margin_width -1000.0
|
||||
window_padding_width 0.0
|
||||
# Keyboard Shortcuts
|
||||
map ctrl+shift+c copy_to_clipboard
|
||||
map ctrl+shift+v paste_from_clipboard
|
||||
map shift+insert paste_from_selection
|
||||
map ctrl+shift+u kitten unicode_input
|
||||
map shift+up scroll_line_up
|
||||
map shift+down scroll_line_down
|
||||
map shift+page_up scroll_page_up
|
||||
map shift+page_down scroll_page_down
|
||||
map shift+home scroll_home
|
||||
map shift+end scroll_end
|
||||
map ctrl+shift+h show_scrollback
|
||||
map ctrl+shift+. set_tab_title
|
||||
map alt+equal change_font_size all +2.0
|
||||
map alt+minus change_font_size all -2.0
|
||||
map alt+ctrl+backspace change_font_size all 0
|
||||
|
||||
placement_strategy center
|
||||
active_border_color #073642
|
||||
inactive_border_color #292f36
|
||||
bell_border_color #ff5a00
|
||||
inactive_text_alpha 1.0
|
||||
hide_window_decorations no
|
||||
resize_debounce_time 0.1
|
||||
resize_draw_strategy static
|
||||
resize_in_steps no
|
||||
|
||||
# Tabs
|
||||
tab_bar_edge bottom
|
||||
tab_bar_margin_width 0.0
|
||||
tab_bar_style powerline
|
||||
tab_bar_min_tabs 2
|
||||
tab_switch_strategy previous
|
||||
tab_fade 0.25 0.5 0.75 1
|
||||
tab_separator "┇"
|
||||
tab_title_template "{title}"
|
||||
tab_bar_background none
|
||||
active_tab_title_template none
|
||||
|
||||
active_tab_foreground #dfdfdf
|
||||
active_tab_background #073642
|
||||
active_tab_font_style bold-italic
|
||||
inactive_tab_foreground #dfdfdf
|
||||
inactive_tab_background #292f36
|
||||
inactive_tab_font_style normal
|
||||
|
||||
# Theming
|
||||
foreground #dfdfdf
|
||||
#background_opacity 0.85
|
||||
background_opacity 1
|
||||
background_opacity 0.85
|
||||
#background_opacity 1
|
||||
background_image none
|
||||
background_image_layout tiled
|
||||
background_image_linear no
|
||||
|
|
@ -115,52 +94,10 @@ background_tint 0.0
|
|||
dim_opacity 0.75
|
||||
selection_foreground #edebd7
|
||||
selection_background #073642
|
||||
|
||||
# Keyboard Shortcuts
|
||||
map ctrl+shift+c copy_to_clipboard
|
||||
map ctrl+shift+v paste_from_clipboard
|
||||
map shift+insert paste_from_selection
|
||||
map kitty_mod+o pass_selection_to_program
|
||||
|
||||
map shift+up scroll_line_up
|
||||
map shift+down scroll_line_down
|
||||
map shift+page_up scroll_page_up
|
||||
map shift+page_down scroll_page_down
|
||||
map shift+home scroll_home
|
||||
map shift+end scroll_end
|
||||
map ctrl+shift+h show_scrollback
|
||||
map alt+r start_resizing_window
|
||||
|
||||
map ctrl+shift+l next_tab
|
||||
map ctrl+shift+h previous_tab
|
||||
map ctrl+shift+t new_tab
|
||||
map alt+q close_tab
|
||||
map ctrl+alt+. set_tab_title
|
||||
map alt+1 first_window
|
||||
map alt+2 second_window
|
||||
map alt+3 third_window
|
||||
map alt+4 fourth_window
|
||||
map alt+5 fifth_window
|
||||
map alt+6 sixth_window
|
||||
map alt+7 seventh_window
|
||||
map alt+8 eighth_window
|
||||
map alt+9 ninth_window
|
||||
map alt+0 tenth_window
|
||||
|
||||
# Font Size
|
||||
map alt+equal change_font_size all +2.0
|
||||
map alt+minus change_font_size all -2.0
|
||||
map alt+ctrl+backspace change_font_size all 0
|
||||
|
||||
# Other
|
||||
map f11 toggle_fullscreen
|
||||
map ctrl+shift+f10 toggle_maximized
|
||||
map ctrl+shift+u kitten unicode_input
|
||||
map ctrl+shift+f2 edit_config_file
|
||||
|
||||
background #002B36
|
||||
foreground #d2dae2
|
||||
selection_background #002731
|
||||
background #262a3b
|
||||
foreground #ffffff
|
||||
cursorColor #d2dae2
|
||||
selection_background #262a3b
|
||||
selection_foreground #edebd7
|
||||
color0 #002731
|
||||
color8 #001e26
|
||||
|
|
@ -174,7 +111,7 @@ color4 #2075c7
|
|||
color12 #708183
|
||||
color5 #c61b6e
|
||||
color13 #5856b9
|
||||
color6 #259185
|
||||
color14 #81908f
|
||||
color6 #0fbcf9
|
||||
color14 #4bcffa
|
||||
color7 #e9e2cb
|
||||
color15 #fcf4dc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue