Skip to content

Don't open new windows #140

@reagle

Description

@reagle

Hi, for the life of me I can't configure sensible behavior.

  1. I don't want it to open a new window ever.
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions