zsh plugins, tmux tweaks
This commit is contained in:
@@ -8,21 +8,22 @@ import = ["~/.config/alacritty/themes/themes/solarized_dark.toml"]
|
||||
|
||||
[font]
|
||||
## MesloLGS font
|
||||
# normal.family = "MesloLGS Nerd Font Mono"
|
||||
# bold.family = "MesloLGS Nerd Font Mono"
|
||||
# italic.family = "MesloLGS Nerd Font Mono"
|
||||
# bold_italic.family = "MesloLGS Nerd Font Mono"
|
||||
# size = 18
|
||||
# offset.x = 1
|
||||
|
||||
# JetBrains Nerd font
|
||||
normal.family = "JetBrainsMono NF"
|
||||
bold.family = "JetBrainsMono NF SemiBold"
|
||||
italic.family = "JetBrainsMono NFM Thin"
|
||||
bold_italic.family = "JetBrainsMono NFM"
|
||||
normal.family = "MesloLGS Nerd Font Mono"
|
||||
bold.family = "MesloLGS Nerd Font Mono"
|
||||
italic.family = "MesloLGS Nerd Font Mono"
|
||||
bold_italic.family = "MesloLGS Nerd Font Mono"
|
||||
size = 18
|
||||
offset.x = 1
|
||||
|
||||
# JetBrains Nerd font
|
||||
# normal.family = "JetBrainsMono NF"
|
||||
# bold.family = "JetBrainsMono NF SemiBold"
|
||||
# italic.family = "JetBrainsMono NFM Thin"
|
||||
# bold_italic.family = "JetBrainsMono NFM"
|
||||
# size = 18
|
||||
# offset.x = 1
|
||||
# offset.y = 0
|
||||
|
||||
[window]
|
||||
dynamic_padding = true
|
||||
padding.x = 5
|
||||
@@ -49,7 +50,8 @@ history = 20000
|
||||
|
||||
|
||||
# key bidnings
|
||||
# use xxd to find codes of key presses
|
||||
# use xxd to find unicode codes of key presses
|
||||
# use cat -v to find escape codes of various key combos
|
||||
|
||||
[keyboard]
|
||||
bindings = [
|
||||
|
||||
@@ -87,7 +87,7 @@ skin=solarized-dark-256color
|
||||
|
||||
[Layout]
|
||||
output_lines=0
|
||||
left_panel_size=75
|
||||
left_panel_size=64
|
||||
top_panel_size=0
|
||||
message_visible=true
|
||||
keybar_visible=true
|
||||
@@ -114,6 +114,7 @@ clipboard_paste=
|
||||
base_color=
|
||||
xterm-256color=
|
||||
color_terminals=
|
||||
alacritty=
|
||||
|
||||
[Panels]
|
||||
show_mini_info=true
|
||||
|
||||
Reference in New Issue
Block a user