Last active
November 19, 2023 17:42
-
-
Save dextermb/91edcaa3613d595148fe8618795f8911 to your computer and use it in GitHub Desktop.
~/.config/kitty/kitty.conf
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
map ctrl+shift+emter new_window_with_cwd | |
map cmd+enter new_window_with_cwd | |
# Switch focus to the neighboring window in the indicated direction | |
map ctrl+shift+left neighboring_window left | |
map ctrl+shift+right neighboring_window right | |
map ctrl+shift+up neighboring_window up | |
map ctrl+shift+down neighboring_window down | |
# Resize | |
#map ctrl+shift+left resize_window narrower 100 | |
#map ctrl+shift+right resize_window wider 100 | |
#map ctrl+shit+up resize_window taller 50 | |
#map ctrl+shift+down resize_window shorter 50 | |
#map ctrl+shift+home resize_window reset | |
# Layouts | |
enabled_layouts tall:bias=75;mirrored=false | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment