feat: add border config for SSH and keymaps help window (#299)
* feat: add config for ssh window border * chore: add documentation for ssh window border * feat: add config for keymaps help window border * chore: add documentatoin for keymaps help window border
This commit is contained in:
parent
bf753c3e3f
commit
e27cc4e138
5 changed files with 28 additions and 2 deletions
|
|
@ -193,6 +193,10 @@ require("oil").setup({
|
|||
["g."] = "actions.toggle_hidden",
|
||||
["g\\"] = "actions.toggle_trash",
|
||||
},
|
||||
-- Configuration for the floating keymaps help window
|
||||
keymaps_help = {
|
||||
border = "rounded",
|
||||
},
|
||||
-- Set to false to disable all of the above keymaps
|
||||
use_default_keymaps = true,
|
||||
view_options = {
|
||||
|
|
@ -268,6 +272,10 @@ require("oil").setup({
|
|||
winblend = 0,
|
||||
},
|
||||
},
|
||||
-- Configuration for the floating SSH window
|
||||
ssh = {
|
||||
border = "rounded",
|
||||
},
|
||||
})
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue