File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -184,9 +184,9 @@ require("oil").setup({
184
184
keymaps = {
185
185
[" g?" ] = " actions.show_help" ,
186
186
[" <CR>" ] = " actions.select" ,
187
- [" <C-s>" ] = { " actions.select_split " , opts = { vertical = true } },
188
- [" <C-h>" ] = { " actions.select_split " , opts = { horizontal = true } },
189
- [" <C-t>" ] = { " actions.select_split " , opts = { tab = true } },
187
+ [" <C-s>" ] = { " actions.select " , opts = { vertical = true } },
188
+ [" <C-h>" ] = { " actions.select " , opts = { horizontal = true } },
189
+ [" <C-t>" ] = { " actions.select " , opts = { tab = true } },
190
190
[" <C-p>" ] = " actions.preview" ,
191
191
[" <C-c>" ] = " actions.close" ,
192
192
[" <C-l>" ] = " actions.refresh" ,
Original file line number Diff line number Diff line change @@ -75,9 +75,9 @@ CONFIG *oil-confi
75
75
keymaps = {
76
76
["g?"] = "actions.show_help",
77
77
["<CR> "] = "actions.select",
78
- ["<C-s> "] = { "actions.select_split ", opts = { vertical = true } },
79
- ["<C-h> "] = { "actions.select_split ", opts = { horizontal = true } },
80
- ["<C-t> "] = { "actions.select_split ", opts = { tab = true } },
78
+ ["<C-s> "] = { "actions.select ", opts = { vertical = true } },
79
+ ["<C-h> "] = { "actions.select ", opts = { horizontal = true } },
80
+ ["<C-t> "] = { "actions.select ", opts = { tab = true } },
81
81
["<C-p> "] = "actions.preview",
82
82
["<C-c> "] = "actions.close",
83
83
["<C-l> "] = "actions.refresh",
Original file line number Diff line number Diff line change @@ -58,9 +58,9 @@ local default_config = {
58
58
keymaps = {
59
59
[" g?" ] = " actions.show_help" ,
60
60
[" <CR>" ] = " actions.select" ,
61
- [" <C-s>" ] = { " actions.select_split " , opts = { vertical = true } },
62
- [" <C-h>" ] = { " actions.select_split " , opts = { horizontal = true } },
63
- [" <C-t>" ] = { " actions.select_split " , opts = { tab = true } },
61
+ [" <C-s>" ] = { " actions.select " , opts = { vertical = true } },
62
+ [" <C-h>" ] = { " actions.select " , opts = { horizontal = true } },
63
+ [" <C-t>" ] = { " actions.select " , opts = { tab = true } },
64
64
[" <C-p>" ] = " actions.preview" ,
65
65
[" <C-c>" ] = " actions.close" ,
66
66
[" <C-l>" ] = " actions.refresh" ,
You can’t perform that action at this time.
0 commit comments