AutoYADM commit: 2024-12-13 15:45:02

This commit is contained in:
Daniel Fichtinger 2024-12-13 15:45:02 -05:00
parent bb8e1c9e23
commit 34b796cfb4
2 changed files with 7 additions and 7 deletions

View file

@ -11,7 +11,8 @@ include ~/.cache/wal/colors-kitty.conf
background_opacity 0.8
map ctrl+shift+r no_op
map ctrl+shift+o no_op
# map ctrl+enter send_text all {
# map ctrl+enter 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[91;5u
# map ctrl+enter send_text all 

View file

@ -1,6 +1,5 @@
-- vim.keymap.set("n", "<80>ku", function()
-- print("Detected... special")
-- end)
-- vim.keymap.set("n", "<Up>", function()
-- print("Detected... special")
-- end)
local function display()
vim.notify("Displaying something", vim.log.levels.INFO)
end
local key = ""
vim.keymap.set({ "n", "i" }, key, display)