460 current 2024-04-23 13:01:59 24.05.20240423.72bc2ea 6.8.6-zen1 *
This commit is contained in:
parent
1ce0b1c752
commit
8f871923dc
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ return {
|
||||||
[l("W")] = { cmd("w!"), fmt("Save", "Save file!") },
|
[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("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("P")] = { '"+P', fmt("Clipboard", "Paste from clipboard") },
|
||||||
[l(":")] = { ":lua ", fmt("Lua", "Lua prompt") },
|
[l(":")] = { ":lua ", fmt("Lua", "Lua prompt") },
|
||||||
[l("%")] = { cmd("luafile %"), fmt("Lua", "Luafile") },
|
[l("%")] = { cmd("luafile %"), fmt("Lua", "Luafile") },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue