2 files changed,
3 insertions(+),
3 deletions(-)
Author:
Smirnov Alexander
ss2316544@gmail.com
Committed at:
2022-03-21 11:42:06 +0200
Parent:
e619076
jump to
| M | ftplugin/lua.lua |
| M | ftplugin/rust.lua |
M
ftplugin/lua.lua
@@ -7,7 +7,7 @@ -- mappings
require("which-key").register({ [";"] = { name = "Coding", - t = { "<Plug>PlenaryTestFile", "Run tests in current file" }, + t = { "<Plug>PlenaryTestFile", "Run current tests file" }, }, }, { prefix = "<leader>",
M
ftplugin/rust.lua
@@ -10,8 +10,8 @@ name = "Coding",
t = { "<cmd>RustToggleInlayHints<cr>", "Toggle type hints" }, r = { "<cmd>RustRunnables<cr>", "Run" }, R = { "<cmd>RustReloadWorkspace<cr>", "Reload Workspace" }, - K = { "<cmd>RustMoveItemUp<cr>", "Move current item up" }, - J = { "<cmd>RustMoveItemDown<cr>", "Move current item down" }, + K = { "<cmd>RustMoveItemUp<cr>", "Move up" }, + J = { "<cmd>RustMoveItemDown<cr>", "Move down" }, }, }, { prefix = "<leader>",