fix: use g~ instead of overriding the builtin ~ mapping (#694)
This commit is contained in:
parent
cbcb3f997f
commit
15a2b21eda
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ local default_config = {
|
||||||
["-"] = { "actions.parent", mode = "n" },
|
["-"] = { "actions.parent", mode = "n" },
|
||||||
["_"] = { "actions.open_cwd", mode = "n" },
|
["_"] = { "actions.open_cwd", mode = "n" },
|
||||||
["`"] = { "actions.cd", mode = "n" },
|
["`"] = { "actions.cd", mode = "n" },
|
||||||
["~"] = { "actions.cd", opts = { scope = "tab" }, mode = "n" },
|
["g~"] = { "actions.cd", opts = { scope = "tab" }, mode = "n" },
|
||||||
["gs"] = { "actions.change_sort", mode = "n" },
|
["gs"] = { "actions.change_sort", mode = "n" },
|
||||||
["gx"] = "actions.open_external",
|
["gx"] = "actions.open_external",
|
||||||
["g."] = { "actions.toggle_hidden", mode = "n" },
|
["g."] = { "actions.toggle_hidden", mode = "n" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue