From 9b27c2a1d0d0d327d16249afae8249c888f5ffbf Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Tue, 31 May 2022 12:56:55 +0300 Subject: kitty: no need for custom hosts --- .config/kitty/kitty.conf | 117 ++++++++++++++++++++++++++++++++++++++ .config/kitty/kitty.conf##h.lowe | 117 -------------------------------------- .config/kitty/kitty.conf##h.luchs | 116 ------------------------------------- .config/kitty/kitty.conf##h.maus | 116 ------------------------------------- 4 files changed, 117 insertions(+), 349 deletions(-) create mode 100644 .config/kitty/kitty.conf delete mode 100644 .config/kitty/kitty.conf##h.lowe delete mode 100644 .config/kitty/kitty.conf##h.luchs delete mode 100644 .config/kitty/kitty.conf##h.maus (limited to '.config') diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf new file mode 100644 index 0000000..1eb1ea4 --- /dev/null +++ b/.config/kitty/kitty.conf @@ -0,0 +1,117 @@ +# vim:fileencoding=utf-8:ft=kitty:foldmethod=marker + +#: Fonts {{{ --> Ligature Support + +font_family Iosevka +bold_font Iosevka Bold +italic_font Iosevka Italic +bold_italic_font Iosevka Bold Italic + +font_size 10.0 + +adjust_line_height 0 +adjust_column_width 0 + +box_drawing_scale 0.001, 1, 1.5, 2 +disable_ligatures always + +#: }}} + +#: Cursor customization {{{ + +cursor_shape block +cursor_blink_interval 0 +shell_integration no-cursor + +#: }}} + +#: Scrollback {{{ + +scrollback_lines 2000 +wheel_scroll_multiplier 5.0 + +#: }}} + +#: Mouse {{{ + +url_color #2aa889 +url_style curly +open_url_with firefox +mouse_map ctrl+shift+left release grabbed,ungrabbed mouse_click_url + +#: }}} + +#: Terminal bell {{{ +enable_audio_bell no +visual_bell_duration 0.0 +#: }}} + +#: Window layout {{{ + +remember_window_size no +initial_window_width 80c +initial_window_height 24c + +window_padding_width 0.0 +window_margin_width 5.0 + +#: }}} + +#: Tab bar {{{ + +tab_bar_edge bottom +tab_bar_style separator +tab_separator " ┇" + +active_tab_foreground #d5c4a1 +active_tab_background #504945 +active_tab_font_style italic +inactive_tab_foreground #a89984 +inactive_tab_background #7c6f64 +inactive_tab_font_style normal + +#: }}} + +#: Color scheme {{{ + +include rose-pine.conf + +#: }}} + +#: Advanced {{{ +editor nvim +confirm_os_window_close 0 +#: }}} + +#: Keyboard shortcuts {{{ + +kitty_mod ctrl+shift + +map shift+enter send_text all \x1b[13;2u +map ctrl+enter send_text all \x1b[13;5u + +#: Clipboard {{{ + +map kitty_mod+c copy_to_clipboard +map kitty_mod+v paste_from_clipboard +map kitty_mod+s paste_from_selection +map shift+insert paste_from_selection +map kitty_mod+o pass_selection_to_program + +#: }}} + +#: Scrolling {{{ + +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 + +#: }}} + +# }}} diff --git a/.config/kitty/kitty.conf##h.lowe b/.config/kitty/kitty.conf##h.lowe deleted file mode 100644 index b7a8080..0000000 --- a/.config/kitty/kitty.conf##h.lowe +++ /dev/null @@ -1,117 +0,0 @@ -# vim:fileencoding=utf-8:ft=kitty:foldmethod=marker - -#: Fonts {{{ --> Ligature Support - -font_family Iosevka -bold_font Iosevka Bold -italic_font Iosevka Curly -bold_italic_font Iosevka Curly Bold - -font_size 10.0 - -adjust_line_height 0 -adjust_column_width 0 - -box_drawing_scale 0.001, 1, 1.5, 2 -disable_ligatures always - -#: }}} - -#: Cursor customization {{{ - -cursor_shape block -cursor_blink_interval 0 -shell_integration no-cursor - -#: }}} - -#: Scrollback {{{ - -scrollback_lines 2000 -wheel_scroll_multiplier 5.0 - -#: }}} - -#: Mouse {{{ - -url_color #2aa889 -url_style curly -open_url_with firefox -mouse_map ctrl+shift+left release grabbed,ungrabbed mouse_click_url - -#: }}} - -#: Terminal bell {{{ -enable_audio_bell no -visual_bell_duration 0.0 -#: }}} - -#: Window layout {{{ - -remember_window_size no -initial_window_width 80c -initial_window_height 24c - -window_padding_width 0.0 -window_margin_width 5.0 - -#: }}} - -#: Tab bar {{{ - -tab_bar_edge bottom -tab_bar_style separator -tab_separator " ┇" - -active_tab_foreground #d5c4a1 -active_tab_background #504945 -active_tab_font_style italic -inactive_tab_foreground #a89984 -inactive_tab_background #7c6f64 -inactive_tab_font_style normal - -#: }}} - -#: Color scheme {{{ - -include rose-pine.conf - -#: }}} - -#: Advanced {{{ -editor nvim -confirm_os_window_close 0 -#: }}} - -#: Keyboard shortcuts {{{ - -kitty_mod ctrl+shift - -map shift+enter send_text all \x1b[13;2u -map ctrl+enter send_text all \x1b[13;5u - -#: Clipboard {{{ - -map kitty_mod+c copy_to_clipboard -map kitty_mod+v paste_from_clipboard -map kitty_mod+s paste_from_selection -map shift+insert paste_from_selection -map kitty_mod+o pass_selection_to_program - -#: }}} - -#: Scrolling {{{ - -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 - -#: }}} - -# }}} diff --git a/.config/kitty/kitty.conf##h.luchs b/.config/kitty/kitty.conf##h.luchs deleted file mode 100644 index b33e5bb..0000000 --- a/.config/kitty/kitty.conf##h.luchs +++ /dev/null @@ -1,116 +0,0 @@ -# vim:fileencoding=utf-8:ft=kitty:foldmethod=marker - -#: Fonts {{{ --> Ligature Support - -font_family Iosevka -bold_font Iosevka Bold -italic_font Iosevka Italic -bold_italic_font Iosevka Bold Italic - -font_size 10.0 - -adjust_line_height 0 -adjust_column_width 0 - -box_drawing_scale 0.001, 1, 1.5, 2 -disable_ligatures always - -#: }}} - -#: Cursor customization {{{ - -cursor_shape block -cursor_blink_interval 0 -shell_integration no-cursor - -#: }}} - -#: Scrollback {{{ - -scrollback_lines 2000 -wheel_scroll_multiplier 5.0 - -#: }}} - -#: Mouse {{{ - -url_color #2aa889 -url_style curly -open_url_with firefox -mouse_map ctrl+shift+left release grabbed,ungrabbed mouse_click_url - -#: }}} - -#: Terminal bell {{{ -enable_audio_bell no -visual_bell_duration 0.0 -#: }}} - -#: Window layout {{{ - -remember_window_size no -initial_window_width 80c -initial_window_height 24c - -window_padding_width 0.0 -window_margin_width 5.0 - -#: }}} - -#: Tab bar {{{ - -tab_bar_edge bottom -tab_bar_style separator -tab_separator " ┇" - -active_tab_foreground #d5c4a1 -active_tab_background #504945 -active_tab_font_style italic -inactive_tab_foreground #a89984 -inactive_tab_background #7c6f64 -inactive_tab_font_style normal - -#: }}} - -#: Color scheme {{{ - -include rose-pine.conf - -#: }}} - -#: Advanced {{{ -editor nvim -#: }}} - -#: Keyboard shortcuts {{{ - -kitty_mod ctrl+shift - -map shift+enter send_text all \x1b[13;2u -map ctrl+enter send_text all \x1b[13;5u - -#: Clipboard {{{ - -map kitty_mod+c copy_to_clipboard -map kitty_mod+v paste_from_clipboard -map kitty_mod+s paste_from_selection -map shift+insert paste_from_selection -map kitty_mod+o pass_selection_to_program - -#: }}} - -#: Scrolling {{{ - -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 - -#: }}} - -# }}} diff --git a/.config/kitty/kitty.conf##h.maus b/.config/kitty/kitty.conf##h.maus deleted file mode 100644 index b33e5bb..0000000 --- a/.config/kitty/kitty.conf##h.maus +++ /dev/null @@ -1,116 +0,0 @@ -# vim:fileencoding=utf-8:ft=kitty:foldmethod=marker - -#: Fonts {{{ --> Ligature Support - -font_family Iosevka -bold_font Iosevka Bold -italic_font Iosevka Italic -bold_italic_font Iosevka Bold Italic - -font_size 10.0 - -adjust_line_height 0 -adjust_column_width 0 - -box_drawing_scale 0.001, 1, 1.5, 2 -disable_ligatures always - -#: }}} - -#: Cursor customization {{{ - -cursor_shape block -cursor_blink_interval 0 -shell_integration no-cursor - -#: }}} - -#: Scrollback {{{ - -scrollback_lines 2000 -wheel_scroll_multiplier 5.0 - -#: }}} - -#: Mouse {{{ - -url_color #2aa889 -url_style curly -open_url_with firefox -mouse_map ctrl+shift+left release grabbed,ungrabbed mouse_click_url - -#: }}} - -#: Terminal bell {{{ -enable_audio_bell no -visual_bell_duration 0.0 -#: }}} - -#: Window layout {{{ - -remember_window_size no -initial_window_width 80c -initial_window_height 24c - -window_padding_width 0.0 -window_margin_width 5.0 - -#: }}} - -#: Tab bar {{{ - -tab_bar_edge bottom -tab_bar_style separator -tab_separator " ┇" - -active_tab_foreground #d5c4a1 -active_tab_background #504945 -active_tab_font_style italic -inactive_tab_foreground #a89984 -inactive_tab_background #7c6f64 -inactive_tab_font_style normal - -#: }}} - -#: Color scheme {{{ - -include rose-pine.conf - -#: }}} - -#: Advanced {{{ -editor nvim -#: }}} - -#: Keyboard shortcuts {{{ - -kitty_mod ctrl+shift - -map shift+enter send_text all \x1b[13;2u -map ctrl+enter send_text all \x1b[13;5u - -#: Clipboard {{{ - -map kitty_mod+c copy_to_clipboard -map kitty_mod+v paste_from_clipboard -map kitty_mod+s paste_from_selection -map shift+insert paste_from_selection -map kitty_mod+o pass_selection_to_program - -#: }}} - -#: Scrolling {{{ - -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 - -#: }}} - -# }}} -- cgit v1.2.3-70-g09d2