mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-15 06:32:40 +00:00
feat: Adds <c-v> key binding to oil.nvim, also new spelling words
This commit is contained in:
@@ -9,6 +9,11 @@ return {
|
|||||||
keymaps = {
|
keymaps = {
|
||||||
["<C-h>"] = false,
|
["<C-h>"] = false,
|
||||||
["<M-h>"] = "actions.select_split",
|
["<M-h>"] = "actions.select_split",
|
||||||
|
["<C-v>"] = {
|
||||||
|
"actions.select",
|
||||||
|
opts = { vertical = true },
|
||||||
|
desc = "Open the entry in a vertical split",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
view_options = {
|
view_options = {
|
||||||
is_hidden_file = function(name, _) -- second arg is bufnr, but not currently used.
|
is_hidden_file = function(name, _) -- second arg is bufnr, but not currently used.
|
||||||
|
|||||||
@@ -13,3 +13,4 @@ IAQ
|
|||||||
wc
|
wc
|
||||||
HVAC
|
HVAC
|
||||||
dehumidification
|
dehumidification
|
||||||
|
ansible
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user