new tide config, cmd+N for kitty, slightly bigger font in kitty
This commit is contained in:
parent
556f26441e
commit
118666409d
@ -128,10 +128,10 @@
|
|||||||
|
|
||||||
{:des "Caps+T to start Kitty, Caps+B->Bing, Caps+G->Bard, Caps+O->Poe, Caps+P->ChatGPT4, Caps+␣->AllGPT"
|
{:des "Caps+T to start Kitty, Caps+B->Bing, Caps+G->Bard, Caps+O->Poe, Caps+P->ChatGPT4, Caps+␣->AllGPT"
|
||||||
:rules [:capskey
|
:rules [:capskey
|
||||||
[:k [[:open "/Applications/kitty.app"] {:input :en}] :!kitty]
|
[:r [[:open "/Applications/kitty.app"] {:input :en}] :!kitty]
|
||||||
[:k [:!Ct {:input :en}] :kitty]
|
[:r [:!Ct {:input :en}] :kitty]
|
||||||
[:r [[:open "/Applications/Ghostty.app"] {:input :en}] :!ghostty]
|
[:k [[:open "/Applications/Ghostty.app"] {:input :en}] :!ghostty]
|
||||||
[:r :!Ct :ghostty]
|
[:k :!Ct :ghostty]
|
||||||
[:t [:open "/Applications/Tana.app"] :!tana]
|
[:t [:open "/Applications/Tana.app"] :!tana]
|
||||||
[:t :!Ch :tana]
|
[:t :!Ch :tana]
|
||||||
[:h [:open "/Applications/Heptabase.app"] :!hepta]
|
[:h [:open "/Applications/Heptabase.app"] :!hepta]
|
||||||
|
|||||||
@ -3,7 +3,18 @@ include ./theme.conf
|
|||||||
#map ctrl+shift+f combine : show_scrollback : send_text normal,application /
|
#map ctrl+shift+f combine : show_scrollback : send_text normal,application /
|
||||||
map ctrl+f6 detach_window new-tab
|
map ctrl+f6 detach_window new-tab
|
||||||
map ctrl+f5 detach_window tab-left
|
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
|
cursor_trail 0
|
||||||
|
shell_integration no-cursor
|
||||||
|
cursor_shape beam
|
||||||
|
|
||||||
#: Fonts {{{
|
#: Fonts {{{
|
||||||
|
|
||||||
@ -72,7 +83,7 @@ font_features Menligaturized-Regular -liga
|
|||||||
#font_family MesloLGS NF
|
#font_family MesloLGS NF
|
||||||
shell .
|
shell .
|
||||||
allow_remote_control yes
|
allow_remote_control yes
|
||||||
font_size 14.5
|
font_size 15
|
||||||
#macos_thicken_font 1
|
#macos_thicken_font 1
|
||||||
|
|
||||||
text_composition_strategy 1.7 50
|
text_composition_strategy 1.7 50
|
||||||
@ -299,7 +310,7 @@ font_features Menligaturized-Regular -liga
|
|||||||
|
|
||||||
#: Scrollback {{{
|
#: Scrollback {{{
|
||||||
|
|
||||||
scrollback_lines 100000
|
scrollback_lines 10000000
|
||||||
|
|
||||||
#: Number of lines of history to keep in memory for scrolling back.
|
#: Number of lines of history to keep in memory for scrolling back.
|
||||||
#: Memory is allocated on demand. Negative numbers are (effectively)
|
#: 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
|
#: horizontal sides. Three values set top, horizontal and bottom. Four
|
||||||
#: values set top, right, bottom and left.
|
#: 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
|
#: The window margin to use when only a single window is visible (in
|
||||||
#: pts). Negative values will cause the value of window_margin_width
|
#: 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,
|
#: set the vertical and horizontal sides. Three values set top,
|
||||||
#: horizontal and bottom. Four values set top, right, bottom and left.
|
#: 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
|
#: The window padding (in pts) (blank area between the text and the
|
||||||
#: window border). A single value sets all four sides. Two values set
|
#: 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
|
#: macos_menubar_title_max_length for how to control the length of the
|
||||||
#: title in the menu bar.
|
#: 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 maximum number of characters from the window title to show in
|
||||||
#: the macOS global menu bar. Values less than one means that there is
|
#: the macOS global menu bar. Values less than one means that there is
|
||||||
|
|||||||
@ -4,7 +4,8 @@ function tide-reset
|
|||||||
return 1
|
return 1
|
||||||
end
|
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_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 -- node $tide_right_prompt_items)
|
||||||
set -U tide_right_prompt_items (string match -v -- gcloud $tide_right_prompt_items)
|
set -U tide_right_prompt_items (string match -v -- gcloud $tide_right_prompt_items)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user