-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
Description
Hi, for the life of me I can't configure sensible behavior.
- I don't want it to open a new window ever.
- I want either a new full screen tab or a left panel to show me a directory. The following gives me a left panel.
{ "keys": ["super+k", "o"], "command": "dired",
"args": {
"immediate": true,
"single_pane": false,
"other_group": "left",
} },
I then window to select my file(s), open them in the right/main panel and have the left panel close. It looks likes this is supposed to do this, but this opens the selected files in the thin left panel!
{"keys": ["enter"],
"command": "dired_select", "args": {"and_close": true},
"context": [
{ "key": "selector", "operator": "equal", "operand": "text.dired" },
{ "key": "setting.dired_rename_mode", "operand": false }
]
},
If I can figure this much out, then I'll move on to asking the same thing for jumping.