diff --git a/README.md b/README.md index 2f7b2f1..aa69790 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,8 @@ require("oil").setup({ ["~"] = "actions.tcd", ["g."] = "actions.toggle_hidden", }, + -- Set to false to disable all of the above keymaps + use_default_keymaps = true, view_options = { -- Show files and directories that start with "." show_hidden = false, diff --git a/doc/oil.txt b/doc/oil.txt index 9d21bc0..8f55186 100644 --- a/doc/oil.txt +++ b/doc/oil.txt @@ -55,6 +55,8 @@ OPTIONS *oil-option ["~"] = "actions.tcd", ["g."] = "actions.toggle_hidden", }, + -- Set to false to disable all of the above keymaps + use_default_keymaps = true, view_options = { -- Show files and directories that start with "." show_hidden = false,