tweaks
This commit is contained in:
parent
6833030601
commit
9eccf760d9
@ -133,7 +133,8 @@ font:
|
|||||||
# - (Windows) Consolas
|
# - (Windows) Consolas
|
||||||
#family: monospace
|
#family: monospace
|
||||||
# family: JetBrains Mono
|
# family: JetBrains Mono
|
||||||
family: JetBrains Mono NL
|
family: JetBrains Mono Nerd Font
|
||||||
|
#family: Atari ASCII 8x8
|
||||||
|
|
||||||
# The `style` can be specified to pick a specific face.
|
# The `style` can be specified to pick a specific face.
|
||||||
#style: Regular
|
#style: Regular
|
||||||
|
@ -4,5 +4,5 @@ zellij r --name run --close-on-exit --direction down -- ~/.config/bin/run-from-h
|
|||||||
|
|
||||||
for x in {1..3}
|
for x in {1..3}
|
||||||
do
|
do
|
||||||
zellij action resize decrease
|
zellij action resize decrease up
|
||||||
done
|
done
|
||||||
|
@ -12,6 +12,7 @@ true-color = true
|
|||||||
|
|
||||||
"F8" = ":open ~/.config/bin/run-from-helix"
|
"F8" = ":open ~/.config/bin/run-from-helix"
|
||||||
"F9" = [":wa", ":sh ~/.config/bin/run-zellij-from-helix"]
|
"F9" = [":wa", ":sh ~/.config/bin/run-zellij-from-helix"]
|
||||||
|
"F10" = [":wa", "workspace_diagnostics_picker"]
|
||||||
|
|
||||||
# these are non-standard changes, original dvorak commented with #x
|
# these are non-standard changes, original dvorak commented with #x
|
||||||
|
|
||||||
@ -376,6 +377,7 @@ true-color = true
|
|||||||
|
|
||||||
"F8" = ":open ~/.config/bin/run-from-helix"
|
"F8" = ":open ~/.config/bin/run-from-helix"
|
||||||
"F9" = ["normal_mode", ":wa", ":sh ~/.config/bin/run-zellij-from-helix"]
|
"F9" = ["normal_mode", ":wa", ":sh ~/.config/bin/run-zellij-from-helix"]
|
||||||
|
"F10" = ["normal_mode", ":wa", "workspace_diagnostics_picker"]
|
||||||
|
|
||||||
# these are non-standard changes, original dvorak commented with #x
|
# these are non-standard changes, original dvorak commented with #x
|
||||||
|
|
||||||
@ -790,6 +792,7 @@ true-color = true
|
|||||||
|
|
||||||
"F8" = ":open ~/.config/bin/run-from-helix"
|
"F8" = ":open ~/.config/bin/run-from-helix"
|
||||||
"F9" = ["normal_mode", ":wa", ":sh ~/.config/bin/run-zellij-from-helix"]
|
"F9" = ["normal_mode", ":wa", ":sh ~/.config/bin/run-zellij-from-helix"]
|
||||||
|
"F10" = ["normal_mode", ":wa", "workspace_diagnostics_picker"]
|
||||||
|
|
||||||
# normal dvorak
|
# normal dvorak
|
||||||
"esc" = "normal_mode" # "esc"
|
"esc" = "normal_mode" # "esc"
|
||||||
|
Loading…
Reference in New Issue
Block a user