diff options
-rw-r--r-- | .config/kitty/kitty.conf##h.lowe (renamed from .config/kitty/kitty.conf) | 0 | ||||
-rw-r--r-- | .config/kitty/kitty.conf##h.luchs | 117 | ||||
-rw-r--r-- | .config/kitty/kitty.conf##h.maus | 115 |
3 files changed, 232 insertions, 0 deletions
diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf##h.lowe index 0c267b0..0c267b0 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf##h.lowe | |||
diff --git a/.config/kitty/kitty.conf##h.luchs b/.config/kitty/kitty.conf##h.luchs new file mode 100644 index 0000000..0c267b0 --- /dev/null +++ b/.config/kitty/kitty.conf##h.luchs | |||
@@ -0,0 +1,117 @@ | |||
1 | # vim:fileencoding=utf-8:ft=kitty:foldmethod=marker | ||
2 | |||
3 | #: Fonts {{{ --> Ligature Support | ||
4 | |||
5 | font_family Iosevka | ||
6 | bold_font Iosevka Bold | ||
7 | italic_font Iosevka Italic | ||
8 | bold_italic_font Iosevka Bold Italic | ||
9 | |||
10 | font_size 10.0 | ||
11 | |||
12 | adjust_line_height 0 | ||
13 | adjust_column_width 0 | ||
14 | |||
15 | box_drawing_scale 0.001, 1, 1.5, 2 | ||
16 | disable_ligatures always | ||
17 | |||
18 | #: }}} | ||
19 | |||
20 | #: Cursor customization {{{ | ||
21 | |||
22 | cursor_shape block | ||
23 | cursor_blink_interval 0 | ||
24 | |||
25 | #: }}} | ||
26 | |||
27 | #: Scrollback {{{ | ||
28 | |||
29 | scrollback_lines 2000 | ||
30 | wheel_scroll_multiplier 5.0 | ||
31 | |||
32 | #: }}} | ||
33 | |||
34 | #: Mouse {{{ | ||
35 | |||
36 | url_color #2aa889 | ||
37 | url_style curly | ||
38 | open_url_with firefox | ||
39 | mouse_map ctrl+shift+left release grabbed,ungrabbed mouse_click_url | ||
40 | |||
41 | #: }}} | ||
42 | |||
43 | #: Terminal bell {{{ | ||
44 | enable_audio_bell no | ||
45 | visual_bell_duration 0.0 | ||
46 | #: }}} | ||
47 | |||
48 | #: Window layout {{{ | ||
49 | |||
50 | remember_window_size no | ||
51 | initial_window_width 80c | ||
52 | initial_window_height 24c | ||
53 | |||
54 | window_padding_width 0.0 | ||
55 | window_margin_width 5.0 | ||
56 | |||
57 | #: }}} | ||
58 | |||
59 | #: Tab bar {{{ | ||
60 | |||
61 | tab_bar_edge bottom | ||
62 | tab_bar_style separator | ||
63 | tab_separator " ┇" | ||
64 | |||
65 | active_tab_foreground #d5c4a1 | ||
66 | active_tab_background #504945 | ||
67 | active_tab_font_style italic | ||
68 | inactive_tab_foreground #a89984 | ||
69 | inactive_tab_background #7c6f64 | ||
70 | inactive_tab_font_style normal | ||
71 | |||
72 | #: }}} | ||
73 | |||
74 | #: Color scheme {{{ | ||
75 | |||
76 | include rose-pine.conf | ||
77 | |||
78 | background_opacity 0.8 | ||
79 | |||
80 | #: }}} | ||
81 | |||
82 | #: Advanced {{{ | ||
83 | editor nvim | ||
84 | #: }}} | ||
85 | |||
86 | #: Keyboard shortcuts {{{ | ||
87 | |||
88 | kitty_mod ctrl+shift | ||
89 | |||
90 | map shift+enter send_text all \x1b[13;2u | ||
91 | map ctrl+enter send_text all \x1b[13;5u | ||
92 | |||
93 | #: Clipboard {{{ | ||
94 | |||
95 | map kitty_mod+c copy_to_clipboard | ||
96 | map kitty_mod+v paste_from_clipboard | ||
97 | map kitty_mod+s paste_from_selection | ||
98 | map shift+insert paste_from_selection | ||
99 | map kitty_mod+o pass_selection_to_program | ||
100 | |||
101 | #: }}} | ||
102 | |||
103 | #: Scrolling {{{ | ||
104 | |||
105 | map kitty_mod+up scroll_line_up | ||
106 | map kitty_mod+k scroll_line_up | ||
107 | map kitty_mod+down scroll_line_down | ||
108 | map kitty_mod+j scroll_line_down | ||
109 | map kitty_mod+page_up scroll_page_up | ||
110 | map kitty_mod+page_down scroll_page_down | ||
111 | map kitty_mod+home scroll_home | ||
112 | map kitty_mod+end scroll_end | ||
113 | map kitty_mod+h show_scrollback | ||
114 | |||
115 | #: }}} | ||
116 | |||
117 | # }}} | ||
diff --git a/.config/kitty/kitty.conf##h.maus b/.config/kitty/kitty.conf##h.maus new file mode 100644 index 0000000..afc8069 --- /dev/null +++ b/.config/kitty/kitty.conf##h.maus | |||
@@ -0,0 +1,115 @@ | |||
1 | # vim:fileencoding=utf-8:ft=kitty:foldmethod=marker | ||
2 | |||
3 | #: Fonts {{{ --> Ligature Support | ||
4 | |||
5 | font_family Iosevka | ||
6 | bold_font Iosevka Bold | ||
7 | italic_font Iosevka Italic | ||
8 | bold_italic_font Iosevka Bold Italic | ||
9 | |||
10 | font_size 10.0 | ||
11 | |||
12 | adjust_line_height 0 | ||
13 | adjust_column_width 0 | ||
14 | |||
15 | box_drawing_scale 0.001, 1, 1.5, 2 | ||
16 | disable_ligatures always | ||
17 | |||
18 | #: }}} | ||
19 | |||
20 | #: Cursor customization {{{ | ||
21 | |||
22 | cursor_shape block | ||
23 | cursor_blink_interval 0 | ||
24 | |||
25 | #: }}} | ||
26 | |||
27 | #: Scrollback {{{ | ||
28 | |||
29 | scrollback_lines 2000 | ||
30 | wheel_scroll_multiplier 5.0 | ||
31 | |||
32 | #: }}} | ||
33 | |||
34 | #: Mouse {{{ | ||
35 | |||
36 | url_color #2aa889 | ||
37 | url_style curly | ||
38 | open_url_with firefox | ||
39 | mouse_map ctrl+shift+left release grabbed,ungrabbed mouse_click_url | ||
40 | |||
41 | #: }}} | ||
42 | |||
43 | #: Terminal bell {{{ | ||
44 | enable_audio_bell no | ||
45 | visual_bell_duration 0.0 | ||
46 | #: }}} | ||
47 | |||
48 | #: Window layout {{{ | ||
49 | |||
50 | remember_window_size no | ||
51 | initial_window_width 80c | ||
52 | initial_window_height 24c | ||
53 | |||
54 | window_padding_width 0.0 | ||
55 | window_margin_width 5.0 | ||
56 | |||
57 | #: }}} | ||
58 | |||
59 | #: Tab bar {{{ | ||
60 | |||
61 | tab_bar_edge bottom | ||
62 | tab_bar_style separator | ||
63 | tab_separator " ┇" | ||
64 | |||
65 | active_tab_foreground #d5c4a1 | ||
66 | active_tab_background #504945 | ||
67 | active_tab_font_style italic | ||
68 | inactive_tab_foreground #a89984 | ||
69 | inactive_tab_background #7c6f64 | ||
70 | inactive_tab_font_style normal | ||
71 | |||
72 | #: }}} | ||
73 | |||
74 | #: Color scheme {{{ | ||
75 | |||
76 | include rose-pine.conf | ||
77 | |||
78 | #: }}} | ||
79 | |||
80 | #: Advanced {{{ | ||
81 | editor nvim | ||
82 | #: }}} | ||
83 | |||
84 | #: Keyboard shortcuts {{{ | ||
85 | |||
86 | kitty_mod ctrl+shift | ||
87 | |||
88 | map shift+enter send_text all \x1b[13;2u | ||
89 | map ctrl+enter send_text all \x1b[13;5u | ||
90 | |||
91 | #: Clipboard {{{ | ||
92 | |||
93 | map kitty_mod+c copy_to_clipboard | ||
94 | map kitty_mod+v paste_from_clipboard | ||
95 | map kitty_mod+s paste_from_selection | ||
96 | map shift+insert paste_from_selection | ||
97 | map kitty_mod+o pass_selection_to_program | ||
98 | |||
99 | #: }}} | ||
100 | |||
101 | #: Scrolling {{{ | ||
102 | |||
103 | map kitty_mod+up scroll_line_up | ||
104 | map kitty_mod+k scroll_line_up | ||
105 | map kitty_mod+down scroll_line_down | ||
106 | map kitty_mod+j scroll_line_down | ||
107 | map kitty_mod+page_up scroll_page_up | ||
108 | map kitty_mod+page_down scroll_page_down | ||
109 | map kitty_mod+home scroll_home | ||
110 | map kitty_mod+end scroll_end | ||
111 | map kitty_mod+h show_scrollback | ||
112 | |||
113 | #: }}} | ||
114 | |||
115 | # }}} | ||