diff --git a/private_dot_config/karabiner.edn b/private_dot_config/karabiner.edn index 4272265..3efc657 100644 --- a/private_dot_config/karabiner.edn +++ b/private_dot_config/karabiner.edn @@ -128,10 +128,10 @@ {:des "Caps+T to start Kitty, Caps+B->Bing, Caps+G->Bard, Caps+O->Poe, Caps+P->ChatGPT4, Caps+␣->AllGPT" :rules [:capskey - [:k [[:open "/Applications/kitty.app"] {:input :en}] :!kitty] - [:k [:!Ct {:input :en}] :kitty] - [:r [[:open "/Applications/Ghostty.app"] {:input :en}] :!ghostty] - [:r :!Ct :ghostty] + [:r [[:open "/Applications/kitty.app"] {:input :en}] :!kitty] + [:r [:!Ct {:input :en}] :kitty] + [:k [[:open "/Applications/Ghostty.app"] {:input :en}] :!ghostty] + [:k :!Ct :ghostty] [:t [:open "/Applications/Tana.app"] :!tana] [:t :!Ch :tana] [:h [:open "/Applications/Heptabase.app"] :!hepta] diff --git a/private_dot_config/kitty/kitty.conf b/private_dot_config/kitty/kitty.conf index 1bfaa8a..147101b 100644 --- a/private_dot_config/kitty/kitty.conf +++ b/private_dot_config/kitty/kitty.conf @@ -3,7 +3,18 @@ include ./theme.conf #map ctrl+shift+f combine : show_scrollback : send_text normal,application / map ctrl+f6 detach_window new-tab map ctrl+f5 detach_window tab-left +map cmd+1 goto_tab 1 +map cmd+2 goto_tab 2 +map cmd+3 goto_tab 3 +map cmd+4 goto_tab 4 +map cmd+5 goto_tab 5 +map cmd+6 goto_tab 6 +map cmd+7 goto_tab 7 +map cmd+8 goto_tab 8 +map cmd+9 goto_tab 9 cursor_trail 0 +shell_integration no-cursor +cursor_shape beam #: Fonts {{{ @@ -72,7 +83,7 @@ font_features Menligaturized-Regular -liga #font_family MesloLGS NF shell . allow_remote_control yes - font_size 14.5 + font_size 15 #macos_thicken_font 1 text_composition_strategy 1.7 50 @@ -299,7 +310,7 @@ font_features Menligaturized-Regular -liga #: Scrollback {{{ - scrollback_lines 100000 + scrollback_lines 10000000 #: Number of lines of history to keep in memory for scrolling back. #: Memory is allocated on demand. Negative numbers are (effectively) @@ -789,7 +800,7 @@ touch_scroll_multiplier 1.58 #: horizontal sides. Three values set top, horizontal and bottom. Four #: values set top, right, bottom and left. -# single_window_margin_width -1 +# single_window_margin_width 0 #: The window margin to use when only a single window is visible (in #: pts). Negative values will cause the value of window_margin_width @@ -797,7 +808,7 @@ touch_scroll_multiplier 1.58 #: set the vertical and horizontal sides. Three values set top, #: horizontal and bottom. Four values set top, right, bottom and left. -window_padding_width 3 +window_padding_width 5 10 #: The window padding (in pts) (blank area between the text and the #: window border). A single value sets all four sides. Two values set @@ -1577,7 +1588,7 @@ tab_bar_style custom #: macos_menubar_title_max_length for how to control the length of the #: title in the menu bar. -# macos_menubar_title_max_length 0 +macos_menubar_title_max_length 0 #: The maximum number of characters from the window title to show in #: the macOS global menu bar. Values less than one means that there is diff --git a/private_dot_config/private_fish/functions/tide-reset.fish b/private_dot_config/private_fish/functions/tide-reset.fish index 5dbc70f..ec966eb 100644 --- a/private_dot_config/private_fish/functions/tide-reset.fish +++ b/private_dot_config/private_fish/functions/tide-reset.fish @@ -4,7 +4,8 @@ function tide-reset return 1 end - tide configure --auto --style=Classic --prompt_colors='True color' --classic_prompt_color=Dark --show_time='24-hour format' --classic_prompt_separators=Slanted --powerline_prompt_heads=Slanted --powerline_prompt_tails=Round --powerline_prompt_style='Two lines, frame' --prompt_connection=Disconnected --powerline_right_prompt_frame=No --prompt_connection_andor_frame_color=Darkest --prompt_spacing=Sparse --icons='Few icons' +# tide configure --auto --style=Classic --prompt_colors='True color' --classic_prompt_color=Dark --show_time='24-hour format' --classic_prompt_separators=Slanted --powerline_prompt_heads=Slanted --powerline_prompt_tails=Round --powerline_prompt_style='Two lines, frame' --prompt_connection=Disconnected --powerline_right_prompt_frame=No --prompt_connection_andor_frame_color=Darkest --prompt_spacing=Sparse --icons='Few icons' +tide configure --auto --style=Classic --prompt_colors='True color' --classic_prompt_color=Dark --show_time='24-hour format' --classic_prompt_separators=Slanted --powerline_prompt_heads=Slanted --powerline_prompt_tails=Round --powerline_prompt_style='Two lines, character' --prompt_connection=Disconnected --powerline_right_prompt_frame=No --prompt_spacing=Sparse --icons='Few icons' set -U tide_prompt_transient_enabled false set -U tide_right_prompt_items (string match -v -- node $tide_right_prompt_items) set -U tide_right_prompt_items (string match -v -- gcloud $tide_right_prompt_items)