Tmux configuration with dimming
This commit is contained in:
parent
30530c9759
commit
046eb4089e
5 changed files with 68 additions and 12 deletions
|
|
@ -1,8 +1,7 @@
|
|||
# --- Basics
|
||||
auto-update-channel = tip
|
||||
font-family = "IosevkaTerm Nerd Font Propo"
|
||||
font-style = "Regular"
|
||||
font-size = 13
|
||||
font-family = "DepartureMono Nerd Font Mono"
|
||||
font-size = 11
|
||||
background-opacity = 1.0
|
||||
window-decoration = auto
|
||||
confirm-close-surface = false
|
||||
|
|
@ -14,7 +13,6 @@ theme = zenwritten-light
|
|||
# Font-size keybindings (match Ctrl+Shift+j/k from WezTerm)
|
||||
keybind = all:ctrl+shift+k=increase_font_size:1
|
||||
keybind = all:ctrl+shift+j=decrease_font_size:1
|
||||
keybind = shift+enter=text:\x1b\r
|
||||
|
||||
# Optional: make the split divider visible (newer Ghostty)
|
||||
# split-divider-color = #444444
|
||||
|
|
|
|||
|
|
@ -8,10 +8,6 @@ $hostname\
|
|||
$shlvl\
|
||||
$kubernetes\
|
||||
$directory\
|
||||
$git_branch\
|
||||
$git_commit\
|
||||
$git_state\
|
||||
$git_status\
|
||||
$hg_branch\
|
||||
$docker_context\
|
||||
$package\
|
||||
|
|
@ -135,6 +131,7 @@ style = 'bold #BBBBBB'
|
|||
style = 'bold #BBBBBB'
|
||||
[gcloud]
|
||||
style = 'bold #BBBBBB'
|
||||
disabled=true
|
||||
[openstack]
|
||||
style = 'bold #BBBBBB'
|
||||
[crystal]
|
||||
|
|
@ -166,3 +163,4 @@ style = 'bold #BBBBBB'
|
|||
success_symbol = "[](bold green)"
|
||||
error_symbol = "[](bold red)"
|
||||
vicmd_symbol = "[N](bold green)"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue