change git_restore to git_reset

This commit is contained in:
2022-03-09 22:05:11 +03:00
parent 3cc66ee0db
commit 266db7be43

View File

@@ -54,7 +54,7 @@ require("nvim-tree").setup({
list = { list = {
{ key = "tn", action = "tabnew" }, { key = "tn", action = "tabnew" },
{ key = "gs", action = "git_stage", action_cb = git_stage }, { key = "gs", action = "git_stage", action_cb = git_stage },
{ key = "gr", action = "git_restore", action_cb = git_reset }, { key = "gr", action = "git_reset", action_cb = git_reset },
{ key = "l", action = "edit" }, { key = "l", action = "edit" },
}, },
}, },