add oil toggle keybinding
This commit is contained in:
parent
f8118b464b
commit
f3867e6568
1 changed files with 2 additions and 2 deletions
|
|
@ -4,13 +4,13 @@ _: {
|
|||
keymaps = [
|
||||
{
|
||||
key = "<leader>O";
|
||||
action = "function() require('oil').toggle_float() end";
|
||||
action = "<Cmd>Oil<Cr>";
|
||||
options.desc = "Toggle oil floating window";
|
||||
mode = "n";
|
||||
}
|
||||
{
|
||||
key = "<leader>to";
|
||||
action = "function() require('oil').toggle_float() end";
|
||||
action.__raw = "function() require('oil').toggle_float() end";
|
||||
options.desc = "Toggle oil floating window";
|
||||
mode = "n";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue