diff options
author | Yigit Sever | 2022-05-31 12:56:55 +0300 |
---|---|---|
committer | Yigit Sever | 2022-05-31 12:56:55 +0300 |
commit | 9b27c2a1d0d0d327d16249afae8249c888f5ffbf (patch) | |
tree | 3ba7af24f054f3c5d1c2b90141f288c8c241d3bb /.config/kitty | |
parent | 5faa81206403d748a6ef6d92c7ee53446bae445f (diff) | |
download | dotfiles-9b27c2a1d0d0d327d16249afae8249c888f5ffbf.tar.gz dotfiles-9b27c2a1d0d0d327d16249afae8249c888f5ffbf.tar.bz2 dotfiles-9b27c2a1d0d0d327d16249afae8249c888f5ffbf.zip |
kitty: no need for custom hosts
Diffstat (limited to '.config/kitty')
-rw-r--r-- | .config/kitty/kitty.conf (renamed from .config/kitty/kitty.conf##h.luchs) | 1 | ||||
-rw-r--r-- | .config/kitty/kitty.conf##h.lowe | 117 | ||||
-rw-r--r-- | .config/kitty/kitty.conf##h.maus | 116 |
3 files changed, 1 insertions, 233 deletions
diff --git a/.config/kitty/kitty.conf##h.luchs b/.config/kitty/kitty.conf index b33e5bb..1eb1ea4 100644 --- a/.config/kitty/kitty.conf##h.luchs +++ b/.config/kitty/kitty.conf | |||
@@ -80,6 +80,7 @@ include rose-pine.conf | |||
80 | 80 | ||
81 | #: Advanced {{{ | 81 | #: Advanced {{{ |
82 | editor nvim | 82 | editor nvim |
83 | confirm_os_window_close 0 | ||
83 | #: }}} | 84 | #: }}} |
84 | 85 | ||
85 | #: Keyboard shortcuts {{{ | 86 | #: Keyboard shortcuts {{{ |
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 @@ | |||
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 Curly | ||
8 | bold_italic_font Iosevka Curly Bold | ||
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 | shell_integration no-cursor | ||
25 | |||
26 | #: }}} | ||
27 | |||
28 | #: Scrollback {{{ | ||
29 | |||
30 | scrollback_lines 2000 | ||
31 | wheel_scroll_multiplier 5.0 | ||
32 | |||
33 | #: }}} | ||
34 | |||
35 | #: Mouse {{{ | ||
36 | |||
37 | url_color #2aa889 | ||
38 | url_style curly | ||
39 | open_url_with firefox | ||
40 | mouse_map ctrl+shift+left release grabbed,ungrabbed mouse_click_url | ||
41 | |||
42 | #: }}} | ||
43 | |||
44 | #: Terminal bell {{{ | ||
45 | enable_audio_bell no | ||
46 | visual_bell_duration 0.0 | ||
47 | #: }}} | ||
48 | |||
49 | #: Window layout {{{ | ||
50 | |||
51 | remember_window_size no | ||
52 | initial_window_width 80c | ||
53 | initial_window_height 24c | ||
54 | |||
55 | window_padding_width 0.0 | ||
56 | window_margin_width 5.0 | ||
57 | |||
58 | #: }}} | ||
59 | |||
60 | #: Tab bar {{{ | ||
61 | |||
62 | tab_bar_edge bottom | ||
63 | tab_bar_style separator | ||
64 | tab_separator " ┇" | ||
65 | |||
66 | active_tab_foreground #d5c4a1 | ||
67 | active_tab_background #504945 | ||
68 | active_tab_font_style italic | ||
69 | inactive_tab_foreground #a89984 | ||
70 | inactive_tab_background #7c6f64 | ||
71 | inactive_tab_font_style normal | ||
72 | |||
73 | #: }}} | ||
74 | |||
75 | #: Color scheme {{{ | ||
76 | |||
77 | include rose-pine.conf | ||
78 | |||
79 | #: }}} | ||
80 | |||
81 | #: Advanced {{{ | ||
82 | editor nvim | ||
83 | confirm_os_window_close 0 | ||
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 deleted file mode 100644 index b33e5bb..0000000 --- a/.config/kitty/kitty.conf##h.maus +++ /dev/null | |||
@@ -1,116 +0,0 @@ | |||
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 | shell_integration no-cursor | ||
25 | |||
26 | #: }}} | ||
27 | |||
28 | #: Scrollback {{{ | ||
29 | |||
30 | scrollback_lines 2000 | ||
31 | wheel_scroll_multiplier 5.0 | ||
32 | |||
33 | #: }}} | ||
34 | |||
35 | #: Mouse {{{ | ||
36 | |||
37 | url_color #2aa889 | ||
38 | url_style curly | ||
39 | open_url_with firefox | ||
40 | mouse_map ctrl+shift+left release grabbed,ungrabbed mouse_click_url | ||
41 | |||
42 | #: }}} | ||
43 | |||
44 | #: Terminal bell {{{ | ||
45 | enable_audio_bell no | ||
46 | visual_bell_duration 0.0 | ||
47 | #: }}} | ||
48 | |||
49 | #: Window layout {{{ | ||
50 | |||
51 | remember_window_size no | ||
52 | initial_window_width 80c | ||
53 | initial_window_height 24c | ||
54 | |||
55 | window_padding_width 0.0 | ||
56 | window_margin_width 5.0 | ||
57 | |||
58 | #: }}} | ||
59 | |||
60 | #: Tab bar {{{ | ||
61 | |||
62 | tab_bar_edge bottom | ||
63 | tab_bar_style separator | ||
64 | tab_separator " ┇" | ||
65 | |||
66 | active_tab_foreground #d5c4a1 | ||
67 | active_tab_background #504945 | ||
68 | active_tab_font_style italic | ||
69 | inactive_tab_foreground #a89984 | ||
70 | inactive_tab_background #7c6f64 | ||
71 | inactive_tab_font_style normal | ||
72 | |||
73 | #: }}} | ||
74 | |||
75 | #: Color scheme {{{ | ||
76 | |||
77 | include rose-pine.conf | ||
78 | |||
79 | #: }}} | ||
80 | |||
81 | #: Advanced {{{ | ||
82 | editor nvim | ||
83 | #: }}} | ||
84 | |||
85 | #: Keyboard shortcuts {{{ | ||
86 | |||
87 | kitty_mod ctrl+shift | ||
88 | |||
89 | map shift+enter send_text all \x1b[13;2u | ||
90 | map ctrl+enter send_text all \x1b[13;5u | ||
91 | |||
92 | #: Clipboard {{{ | ||
93 | |||
94 | map kitty_mod+c copy_to_clipboard | ||
95 | map kitty_mod+v paste_from_clipboard | ||
96 | map kitty_mod+s paste_from_selection | ||
97 | map shift+insert paste_from_selection | ||
98 | map kitty_mod+o pass_selection_to_program | ||
99 | |||
100 | #: }}} | ||
101 | |||
102 | #: Scrolling {{{ | ||
103 | |||
104 | map kitty_mod+up scroll_line_up | ||
105 | map kitty_mod+k scroll_line_up | ||
106 | map kitty_mod+down scroll_line_down | ||
107 | map kitty_mod+j scroll_line_down | ||
108 | map kitty_mod+page_up scroll_page_up | ||
109 | map kitty_mod+page_down scroll_page_down | ||
110 | map kitty_mod+home scroll_home | ||
111 | map kitty_mod+end scroll_end | ||
112 | map kitty_mod+h show_scrollback | ||
113 | |||
114 | #: }}} | ||
115 | |||
116 | # }}} | ||