Tmux config
This commit is contained in:
@@ -16,14 +16,15 @@ enable_audio_bell no
|
||||
hide_window_decorations yes
|
||||
|
||||
# tab bar at bottom
|
||||
tab_bar_style powerline
|
||||
# if ever wanted to use bottom tab bar change tab_bar_style to powerline from hidden
|
||||
tab_bar_style hidden
|
||||
tab_bar_min_tabs 1
|
||||
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 none
|
||||
macos_titlebar_color background
|
||||
macos_show_window_title_in none
|
||||
|
||||
shell_integration enabled
|
||||
@@ -31,16 +32,6 @@ shell_integration enabled
|
||||
map kitty_mod+enter no_op
|
||||
map cmd+enter no_op
|
||||
|
||||
map cmd+n launch --location=hsplit --cwd=current
|
||||
map cmd+shift+n launch --location=vsplit --cwd=current
|
||||
|
||||
map cmd+\ resize_window reset
|
||||
|
||||
# use tmux(idk skill issues)
|
||||
map ctrl+h neighboring_window left
|
||||
map ctrl+l neighboring_window right
|
||||
map ctrl+k neighboring_window up
|
||||
map ctrl+j neighboring_window down
|
||||
|
||||
# Jump to tabs
|
||||
map cmd+1 goto_tab 1
|
||||
|
||||
Reference in New Issue
Block a user