Restore original key binding for trreview toggle

This commit is contained in:
Francesco Abbate 2021-02-16 09:41:03 +01:00
parent db904b93d3
commit d18b90ad4f
1 changed files with 1 additions and 1 deletions

View File

@ -288,4 +288,4 @@ command.add(nil, {
end,
})
keymap.add { ["ctrl+t"] = "treeview:toggle" }
keymap.add { ["ctrl+\\"] = "treeview:toggle" }