AutoYADM commit: 2024-12-13 15:45:02
This commit is contained in:
parent
bb8e1c9e23
commit
34b796cfb4
2 changed files with 7 additions and 7 deletions
|
@ -11,7 +11,8 @@ include ~/.cache/wal/colors-kitty.conf
|
||||||
background_opacity 0.8
|
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 {
|
# 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[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
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
-- vim.keymap.set("n", "<80>ku", function()
|
local function display()
|
||||||
-- print("Detected... special")
|
vim.notify("Displaying something", vim.log.levels.INFO)
|
||||||
-- end)
|
end
|
||||||
-- vim.keymap.set("n", "<Up>", function()
|
local key = "←"
|
||||||
-- print("Detected... special")
|
vim.keymap.set({ "n", "i" }, key, display)
|
||||||
-- end)
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue