Created
March 19, 2022 15:43
-
-
Save imtoanle/a62fd39ad4523839c99d40571293c502 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
enabled_layouts fat:bias=50;full_size=1;mirrored=false | |
map ctrl+c copy_and_clear_or_interrupt | |
map ctrl+v paste_from_clipboard | |
map ctrl+left previous_tab | |
map ctrl+right next_tab | |
map ctrl+w close_window | |
map ctrl+t new_tab | |
map ctrl+f launch --type=overlay --stdin-source=@screen_scrollback /usr/bin/fzf --no-sort --no-mouse --exact -i | |
map ctrl+k clear_terminal reset active | |
map ctrl+shift+t launch --location=split | |
# Move the active window in the indicated direction | |
map ctrl+shift+up neighboring_window up | |
map ctrl+shift+left neighboring_window left | |
map ctrl+shift+right neighboring_window right | |
map ctrl+shift+down neighboring_window down | |
map alt+shift+up move_window up | |
map alt+shift+left move_window left | |
map alt+shift+right move_window right | |
map alt+shift+down move_window down | |
font_size 13.0 | |
background_opacity 0.8 | |
remember_window_size yes | |
initial_window_width 640 | |
initial_window_height 200 | |
# BEGIN_KITTY_THEME | |
# Dark Pastel | |
include current-theme.conf | |
# END_KITTY_THEME |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment