Skip to content

Commit 3b249b7

Browse files
author
Github Actions
committed
[docgen] Update docs
skip-checks: true
1 parent 15a2b21 commit 3b249b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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" },

doc/oil.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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" },

0 commit comments

Comments
 (0)