chore(doc, mappings): remove S-CR mapping because its invalid

Fixes #850
This commit is contained in:
kiyan
2021-12-24 12:57:19 +01:00
parent 839b4c61e0
commit e49bd8ffd3
3 changed files with 0 additions and 3 deletions

View File

@@ -579,7 +579,6 @@ Defaults to:
{ key = ">", cb = tree_cb("next_sibling") },
{ key = "P", cb = tree_cb("parent_node") },
{ key = "<BS>", cb = tree_cb("close_node") },
{ key = "<S-CR>", cb = tree_cb("close_node") },
{ key = "<Tab>", cb = tree_cb("preview") },
{ key = "K", cb = tree_cb("first_sibling") },
{ key = "J", cb = tree_cb("last_sibling") },