AutoYADM commit: 2024-12-13 16:00:01
This commit is contained in:
parent
34b796cfb4
commit
0889491f30
1 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
# disable_terminal_key_bindings yes
|
# disable_terminal_key_bindings yes
|
||||||
# BEGIN_KITTY_FONTS
|
# BEGIN_KITTY_FONTS
|
||||||
|
# TODO: figure out how to make this conditional?
|
||||||
|
max_fps = 120
|
||||||
font_family family='SauceCodePro Nerd Font Mono' postscript_name=SauceCodeProNFM
|
font_family family='SauceCodePro Nerd Font Mono' postscript_name=SauceCodeProNFM
|
||||||
bold_font auto
|
bold_font auto
|
||||||
italic_font auto
|
italic_font auto
|
||||||
|
@ -12,7 +14,11 @@ background_opacity 0.8
|
||||||
map ctrl+shift+r no_op
|
map ctrl+shift+r no_op
|
||||||
map ctrl+shift+o no_op
|
map ctrl+shift+o no_op
|
||||||
# map ctrl+enter send_text all \u2190
|
# map ctrl+enter send_text all \u2190
|
||||||
map ctrl+enter send_text all \x0A
|
# map ctrl+enter with application nvim send_text all \u2190
|
||||||
|
map ctrl+enter send_text normal,application \u2190
|
||||||
|
# map ctrl+enter with application tmux send_text all \u2190
|
||||||
|
# map ctrl+enter send_text all \x0A
|
||||||
|
|
||||||
# map ctrl+enter send_text all \x1b[A
|
# map ctrl+enter send_text all \x1b[A
|
||||||
# map ctrl+enter send_text all \x1b[91;5u
|
# map ctrl+enter send_text all \x1b[91;5u
|
||||||
# map ctrl+enter send_text all [91;5u
|
# map ctrl+enter send_text all [91;5u
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue