AutoYADM commit: 2024-12-13 16:00:01

This commit is contained in:
Daniel Fichtinger 2024-12-13 16:00:01 -05:00
parent 34b796cfb4
commit 0889491f30

View file

@ -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  # map ctrl+enter send_text all