add actions.change_dir.restrict_above_cwd (#1171)

This commit is contained in:
Alexander Courtis
2022-04-23 18:45:23 +10:00
committed by GitHub
parent ce463a53ae
commit 2c71ffcc0d
4 changed files with 11 additions and 7 deletions

View File

@@ -388,6 +388,7 @@ local DEFAULT_OPTS = { -- BEGIN_DEFAULT_OPTS
change_dir = {
enable = true,
global = false,
restrict_above_cwd = false,
},
open_file = {
quit_on_open = false,