Skip to content

Commit 4a6400a

Browse files
committed
fix!: use g~ instead of builtin ~ mapping
1 parent cbcb3f9 commit 4a6400a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/oil/config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ local default_config = {
6969
["-"] = { "actions.parent", mode = "n" },
7070
["_"] = { "actions.open_cwd", mode = "n" },
7171
["`"] = { "actions.cd", mode = "n" },
72-
["~"] = { "actions.cd", opts = { scope = "tab" }, mode = "n" },
72+
["g~"] = { "actions.cd", opts = { scope = "tab" }, mode = "n" },
7373
["gs"] = { "actions.change_sort", mode = "n" },
7474
["gx"] = "actions.open_external",
7575
["g."] = { "actions.toggle_hidden", mode = "n" },

0 commit comments

Comments
 (0)