-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d10cbea
commit a993486
Showing
23 changed files
with
272 additions
and
152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,31 @@ | ||
# Fonts | ||
font_family JetBrains Mono Medium Nerd Font | ||
bold_font JetBrains Mono Bold | ||
italic_font JetBrains Mono Italic | ||
bold_italic_font JetBrains Bold Italic | ||
font_size 10 | ||
font_family JetBrains Mono Nerd Font | ||
bold_font auto | ||
italic_font auto | ||
bold_italic_font auto | ||
font_size 10 | ||
|
||
# Colors | ||
include $HOME/.config/kitty/colors.conf | ||
# Include | ||
include $HOME/.config/kitty/colors.conf | ||
include $HOME/.config/kitty/tabs.conf | ||
include $HOME/.config/kitty/mappings.conf | ||
|
||
# Padding | ||
window_padding_width 15 | ||
window_padding_width 15 | ||
|
||
# Cursors | ||
cursor_shape beam | ||
cursor_beam_thickness 1 | ||
|
||
# Size | ||
remember_window_size yes | ||
initial_window_width 640 | ||
initial_window_height 400 | ||
|
||
# Layouts | ||
enabled_layouts horizontal,splits,grid,fat | ||
window_resize_step_cells 1 | ||
window_resize_step_lines 1 | ||
|
||
# Border | ||
window_border_width 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
# General | ||
kitty_mod ctrl+shift | ||
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 | ||
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 | ||
|
||
# Window management | ||
map kitty_mod+enter new_window | ||
map kitty_mod+w 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 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 | ||
map kitty_mod+alt+l resize_window narrower | ||
map kitty_mod+alt+h resize_window wider | ||
map kitty_mod+alt+k resize_window taller | ||
map kitty_mod+alt+j resize_window shorter | ||
|
||
# Tab management | ||
map kitty_mod+right next_tab | ||
map kitty_mod+left previous_tab | ||
map kitty_mod+t new_tab | ||
map kitty_mod+q close_tab | ||
map kitty_mod+. move_tab_forward | ||
map kitty_mod+, move_tab_backward | ||
map kitty_mod+alt+t set_tab_title | ||
map ctrl+alt+1 goto_tab 1 | ||
map ctrl+alt+2 goto_tab 2 | ||
|
||
# Layout management | ||
map kitty_mod+l next_layout | ||
map ctrl+alt+t goto_layout tall | ||
map ctrl+alt+s goto_layout splits | ||
map kitty_mod+alt+g goto_layout grid | ||
map ctrl+alt+p last_used_layout | ||
|
||
#: Font sizes | ||
map kitty_mod+equal change_font_size all +1.0 | ||
map kitty_mod+minus change_font_size all -1.0 | ||
map kitty_mod+backspace change_font_size all 0 | ||
map kitty_mod+f6 change_font_size all 10.0 | ||
map kitty_mod+f6 change_font_size current 10.0 | ||
|
||
# Select and act on visible text | ||
map kitty_mod+e kitten hints | ||
|
||
# Misc | ||
map kitty_mod+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 kitty_mod+a>m set_background_opacity +0.1 | ||
map kitty_mod+a>l set_background_opacity -0.1 | ||
map kitty_mod+a>1 set_background_opacity 1 | ||
map kitty_mod+a>d set_background_opacity default | ||
map kitty_mod+delete clear_terminal reset active | ||
|
||
# Taken From mf-dots |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Edge | ||
tab_bar_edge top | ||
|
||
# Margin | ||
tab_bar_margin_width 5.0 | ||
|
||
# Tab bar style | ||
tab_bar_style fade | ||
|
||
# The separator between tabs in the tab bar when using separator. | ||
# tab_separator " " | ||
tab_fade 0 | ||
|
||
# Tab Title | ||
active_tab_title_template {fmt.fg._afc3fb}{fmt.bg.default}{fmt.fg._1d2030}{fmt.bg._afc3fb} {title} {fmt.fg._afc3fb}{fmt.bg.default} | ||
tab_title_template {fmt.fg._3c414c}{fmt.bg.default}{fmt.fg._626b7e}{fmt.bg._3c414c} {title} {fmt.fg._3c414c}{fmt.bg.default} | ||
|
||
# Taken from mf-dots |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
/* Copyright (C) 2020-2021 Aditya Shakya <[email protected]> */ | ||
/* Everyone is permitted to copy and distribute copies of this file under GNU-GPL3 */ | ||
|
||
/* Text Font */ | ||
|
||
* { | ||
font: "Iosevka 10"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.