diff options
Diffstat (limited to '.config/nvim/lua/wacky/plugins/nvim-oil.lua')
| -rw-r--r-- | .config/nvim/lua/wacky/plugins/nvim-oil.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/lua/wacky/plugins/nvim-oil.lua b/.config/nvim/lua/wacky/plugins/nvim-oil.lua index 14dccc2..9fd4ee7 100644 --- a/.config/nvim/lua/wacky/plugins/nvim-oil.lua +++ b/.config/nvim/lua/wacky/plugins/nvim-oil.lua @@ -66,7 +66,7 @@ oil.setup({ keymaps = { ["g?"] = { "actions.show_help", mode = "n" }, ["<CR>"] = "actions.select", - ["<C-s>"] = { "actions.select", opts = { vertical = true } }, + ["<C-v>"] = { "actions.select", opts = { vertical = true } }, ["<C-h>"] = { "actions.select", opts = { horizontal = true } }, ["<C-t>"] = { "actions.select", opts = { tab = true } }, ["<C-p>"] = "actions.preview", |
