460 current 2024-04-23 13:01:59 24.05.20240423.72bc2ea 6.8.6-zen1 *

This commit is contained in:
zackartz 2024-04-23 13:02:01 -04:00
parent 1ce0b1c752
commit 8f871923dc
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA

View file

@ -14,7 +14,7 @@ return {
[l("W")] = { cmd("w!"), fmt("Save", "Save file!") },
[l("q")] = { cmd("q"), fmt("Exit", "Exit window") },
[l("Q")] = { cmd("q!"), fmt("Exit", "Exit window!") },
[l("p")] = { '"+p', fmt("Clipboard", "Paste from clipboard") },
[l("p")] = { '"_dP', fmt("Clipboard", "Paste from clipboard") },
[l("P")] = { '"+P', fmt("Clipboard", "Paste from clipboard") },
[l(":")] = { ":lua ", fmt("Lua", "Lua prompt") },
[l("%")] = { cmd("luafile %"), fmt("Lua", "Luafile") },