Add scripts & configs

This commit is contained in:
Smirnov Olexandr 2020-10-16 22:55:26 +03:00
parent f8ffdbda2e
commit 734af357dd
33 changed files with 1432 additions and 957 deletions

View file

@ -1,5 +1,5 @@
#: MOD
kitty_mod ctrl+shift
#kitty_mod ctrl+shift
clear_all_shortcuts no
@ -115,7 +115,7 @@ 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_separator "┇"
tab_title_template "{title}"
active_tab_title_template none
@ -132,7 +132,7 @@ tab_bar_background none
#: Theming
foreground #dfdfdf
background_opacity 0.87
background_opacity 0.85
background_image none
background_image_layout tiled
background_image_linear no
@ -152,65 +152,60 @@ map shift+insert paste_from_selection
map kitty_mod+o pass_selection_to_program
#: #: Scroll
map kitty_mod+up scroll_line_up
map kitty_mod+k scroll_line_up
map kitty_mod+down scroll_line_down
map kitty_mod+j scroll_line_down
map kitty_mod+page_up scroll_page_up
map kitty_mod+page_down scroll_page_down
map kitty_mod+home scroll_home
map kitty_mod+end scroll_end
map kitty_mod+h show_scrollback
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
#: #: Window
map kitty_mod+F9 new_os_window
map kitty_mod+enter new_window
map kitty_mod+x close_window
map kitty_mod+] next_window
map kitty_mod+[ previous_window
map kitty_mod+f move_window_forward
map kitty_mod+b move_window_backward
map kitty_mod+` move_window_to_top
map kitty_mod+r start_resizing_window
map ctrl+F9 new_os_window
map alt+] next_window
map alt+[ previous_window
map alt+f move_window_forward
map alt+b move_window_backward
map alt+` move_window_to_top
map alt+r start_resizing_window
#: #: Tab
map kitty_mod+l next_tab
map kitty_mod+h previous_tab
map kitty_mod+t new_tab
map kitty_mod+q close_tab
map kitty_mod+. set_tab_title
map kitty_mod+1 first_window
map kitty_mod+2 second_window
map kitty_mod+3 third_window
map kitty_mod+4 fourth_window
map kitty_mod+5 fifth_window
map kitty_mod+6 sixth_window
map kitty_mod+7 seventh_window
map kitty_mod+8 eighth_window
map kitty_mod+9 ninth_window
map kitty_mod+0 tenth_window
#: #: Layouts
map kitty_mod+l next_layout
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 kitty_mod+equal change_font_size all +2.0
map kitty_mod+minus change_font_size all -2.0
map kitty_mod+backspace change_font_size all 0
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 kitty_mod+f10 toggle_maximized
map kitty_mod+u kitten unicode_input
map kitty_mod+f2 edit_config_file
map kitty_mod+escape kitty_shell window
map ctrl+shift+f10 toggle_maximized
map ctrl+shift+u kitten unicode_input
map ctrl+shift+f2 edit_config_file
#map kitty_mod+escape kitty_shell window
map kitty_mod+delete clear_terminal reset active
selection_background #073642
selection_foreground #edebd7
foreground #d2dae2
background #1e272e
#background #1e272e
background #002B36
cursorColor #d2dae2
color0 #1e272e
@ -235,4 +230,4 @@ color6 #0fbcf9
color14 #4bcffa
color7 #808e9b
color15 #d2dae2
color15 #d2dae2