removed macos specific settings from terminal
This commit is contained in:
@@ -28,15 +28,3 @@ window-decoration = false
|
|||||||
window-padding-x = 2
|
window-padding-x = 2
|
||||||
window-padding-y = 2
|
window-padding-y = 2
|
||||||
window-padding-balance = true
|
window-padding-balance = true
|
||||||
|
|
||||||
# Don't use if using fullscreen
|
|
||||||
window-width = 168
|
|
||||||
window-height = 47
|
|
||||||
|
|
||||||
# macos stuff
|
|
||||||
quit-after-last-window-closed = true
|
|
||||||
macos-option-as-alt = true
|
|
||||||
# fullscreen = true
|
|
||||||
# macos-non-native-fullscreen = true # fullscreen, hide menubar and dock toooo
|
|
||||||
|
|
||||||
# keybind = cmd+backspace=text:\x15
|
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
include themes/Catppuccin_Mocha.conf
|
include themes/Catppuccin_Mocha.conf
|
||||||
|
|
||||||
font_family JetBrainsMono Nerd Font
|
font_family JetBrainsMono Nerd Font
|
||||||
|
|
||||||
font_size 12.0
|
font_size 12.0
|
||||||
|
|
||||||
cursor_shape beam
|
cursor_shape beam
|
||||||
@@ -12,37 +11,28 @@ background_blur 12
|
|||||||
enable_audio_bell no
|
enable_audio_bell no
|
||||||
hide_window_decorations yes
|
hide_window_decorations yes
|
||||||
|
|
||||||
# tab bar at bottom
|
|
||||||
tab_bar_style powerline
|
|
||||||
tab_bar_min_tabs 2
|
|
||||||
tab_title_template "{index}:{tab.active_exe}"
|
|
||||||
active_tab_title_template "{index}:{tab.active_exe}*"
|
|
||||||
tab_bar_background none
|
|
||||||
|
|
||||||
macos_quit_when_last_window_closed yes
|
|
||||||
macos_titlebar_color background
|
|
||||||
macos_show_window_title_in none
|
|
||||||
|
|
||||||
shell_integration enabled
|
shell_integration enabled
|
||||||
|
|
||||||
map kitty_mod+enter no_op
|
map kitty_mod+enter no_op
|
||||||
map cmd+enter no_op
|
map cmd+enter no_op
|
||||||
|
|
||||||
# Jump to tabs
|
# # tab bar at bottom
|
||||||
map cmd+1 goto_tab 1
|
# tab_bar_style powerline
|
||||||
map cmd+2 goto_tab 2
|
# tab_bar_min_tabs 2
|
||||||
map cmd+3 goto_tab 3
|
# tab_title_template "{index}:{tab.active_exe}"
|
||||||
map cmd+4 goto_tab 4
|
# active_tab_title_template "{index}:{tab.active_exe}*"
|
||||||
map cmd+5 goto_tab 5
|
# tab_bar_background none
|
||||||
map cmd+6 goto_tab 6
|
|
||||||
map cmd+7 goto_tab 7
|
|
||||||
map cmd+8 goto_tab 8
|
|
||||||
map cmd+9 goto_tab 9
|
|
||||||
|
|
||||||
map cmd+t new_tab_with_cwd
|
# # Jump to tabs
|
||||||
|
# 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
|
||||||
|
#
|
||||||
|
# map cmd+t new_tab_with_cwd
|
||||||
|
|
||||||
# macOS nightmares - CMD/Option navs
|
|
||||||
map cmd+backspace send_text all \x15
|
|
||||||
map alt+backspace send_text all \x17
|
|
||||||
map cmd+left send_text all \x01
|
|
||||||
map cmd+right send_text all \x05
|
|
||||||
|
|||||||
Reference in New Issue
Block a user