Vova Kolobok
Vova Kolobok
``` "command": "dired_select", "args": {"other_group": true, "and_close": true}, ``` Jumping does not support panels.
Okay, I figured it (ignore my prev message, I removed it) "dired_jump" must be restricted to FileBrowser view (just add same context as for "dired_select") But if you use `"new_window":...
You can try [Chain of Command](https://packagecontrol.io/packages/Chain%20of%20Command), to call `dired` & `dired_jump` commands with one keybinding. Or feel free to send a pull request for additional arguments for jumping commands.
Chain of Command is pretty simple, you just have to understand the syntax, something like this: ``` { "keys": ["super+k", "j"], "command": "chain", "args": { "commands": [ ["dired", {"immediate": true,...