File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ require("oil").setup({
204204 [" -" ] = { " actions.parent" , mode = " n" },
205205 [" _" ] = { " actions.open_cwd" , mode = " n" },
206206 [" `" ] = { " actions.cd" , mode = " n" },
207- [" ~" ] = { " actions.cd" , opts = { scope = " tab" }, mode = " n" },
207+ [" g ~" ] = { " actions.cd" , opts = { scope = " tab" }, mode = " n" },
208208 [" gs" ] = { " actions.change_sort" , mode = " n" },
209209 [" gx" ] = " actions.open_external" ,
210210 [" g." ] = { " actions.toggle_hidden" , mode = " n" },
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ CONFIG *oil-confi
8686 ["-"] = { "actions.parent", mode = "n" },
8787 ["_"] = { "actions.open_cwd", mode = "n" },
8888 ["`"] = { "actions.cd", mode = "n" },
89- ["~"] = { "actions.cd", opts = { scope = "tab" }, mode = "n" },
89+ ["g ~"] = { "actions.cd", opts = { scope = "tab" }, mode = "n" },
9090 ["gs"] = { "actions.change_sort", mode = "n" },
9191 ["gx"] = "actions.open_external",
9292 ["g."] = { "actions.toggle_hidden", mode = "n" },
You can’t perform that action at this time.
0 commit comments