X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/0d2ca74a48ace511de37ac3540b2b11ff57b8a2f..af139700ee0f77a2705d4bf98f281ffa25db4113:/config/kitty/kitty.conf diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf index bdce07f..4f736fc 100644 --- a/config/kitty/kitty.conf +++ b/config/kitty/kitty.conf @@ -35,8 +35,8 @@ active_tab_foreground #0F261F active_tab_background #80FFCC # Neutral Gray inactive_tab_foreground #B5D1CC -# Deep Slate Green -inactive_tab_background #0F261F +# Deep Slate Green (-5% brightness) +inactive_tab_background #0e241d # Regular Colors - Ruben Tranquil # black @@ -135,32 +135,31 @@ color15 #ffffff # window hide_window_decorations titlebar-only window_margin_width 10 5 5 -tab_bar_style separator +tab_bar_style custom tab_bar_margin_width 5.0 +tab_bar_margin_height 5.0 0.0 + +enabled_layouts splits,tall,fat,grid,stack # keyboard macos_option_as_alt left # Splits and Navigation, Tmux Style -map ctrl+a>- launch --location=hsplit -map ctrl+a>| launch --location=vsplit +map cmd+a>- launch --location=hsplit +map cmd+a>| launch --location=vsplit # map f7 layout_action rotate -# Switch focus to the neighboring window in the indicated direction -map ctrl+a>h neighboring_window left -map ctrl+a>l neighboring_window right -map ctrl+a>k neighboring_window up -map ctrl+a>j neighboring_window down +# Navigate Windows +map cmd+a>h neighboring_window left +map cmd+a>l neighboring_window right +map cmd+a>k neighboring_window up +map cmd+a>j neighboring_window down # Move the active window in the indicated direction -map shift+up move_window up -map shift+left move_window left -map shift+right move_window right -map shift+down move_window down - -# Move the active window to the indicated screen edge -map ctrl+shift+up layout_action move_to_screen_edge top -map ctrl+shift+left layout_action move_to_screen_edge left -map ctrl+shift+right layout_action move_to_screen_edge right -map ctrl+shift+down layout_action move_to_screen_edge bottom +map cmd+a>shift+h move_window left +map cmd+a>shift+l move_window right +map cmd+a>shift+k move_window up +map cmd+a>shift+j move_window down +map cmd+a>, set_tab_title +map cmd+a>z toggle_layout stack