adzenith, I don't know if it's wanted or needed, but I've made a sublime-menu file for Origami for personal use for those times I forget the shortcuts. Let me know if you want to take a look at it.
nizur wrote:adzenith, I don't know if it's wanted or needed, but I've made a sublime-menu file for Origami for personal use for those times I forget the shortcuts. Let me know if you want to take a look at it.
[
{ "command": "create_pane", "args": {"direction": "up"}, "caption": "Origami: Create Pane Above" },
{ "command": "create_pane", "args": {"direction": "down"}, "caption": "Origami: Create Pane Below" },
{ "command": "create_pane", "args": {"direction": "right"}, "caption": "Origami: Create Pane Right" },
{ "command": "create_pane", "args": {"direction": "left"}, "caption": "Origami: Create Pane Left" },
{ "command": "travel_to_pane", "args": {"direction": "up"}, "caption": "Origami: Focus on Pane Above" },
{ "command": "travel_to_pane", "args": {"direction": "down"}, "caption": "Origami: Focus on Pane Below" },
{ "command": "travel_to_pane", "args": {"direction": "right"}, "caption": "Origami: Focus on Pane Right" },
{ "command": "travel_to_pane", "args": {"direction": "left"}, "caption": "Origami: Focus on Pane Left" },
{ "command": "destroy_pane", "args": {"direction": "up"}, "caption": "Origami: Destroy Pane Above" },
{ "command": "destroy_pane", "args": {"direction": "down"}, "caption": "Origami: Destroy Pane Below" },
{ "command": "destroy_pane", "args": {"direction": "right"}, "caption": "Origami: Destroy Pane Right" },
{ "command": "destroy_pane", "args": {"direction": "left"}, "caption": "Origami: Destroy Pane Left" },
{ "command": "carry_file_to_pane", "args": {"direction": "up"}, "caption": "Origami: Move File Above" },
{ "command": "carry_file_to_pane", "args": {"direction": "down"}, "caption": "Origami: Move File Below" },
{ "command": "carry_file_to_pane", "args": {"direction": "right"}, "caption": "Origami: Move File Right" },
{ "command": "carry_file_to_pane", "args": {"direction": "left"}, "caption": "Origami: Move File Left" },
{ "command": "clone_file_to_pane", "args": {"direction": "up"}, "caption": "Origami: Clone File Above" },
{ "command": "clone_file_to_pane", "args": {"direction": "down"}, "caption": "Origami: Clone File Below" },
{ "command": "clone_file_to_pane", "args": {"direction": "right"}, "caption": "Origami: Clone File Right" },
{ "command": "clone_file_to_pane", "args": {"direction": "left"}, "caption": "Origami: Clone File Left" }
]
quodlibet wrote:You can see the options under View > Origami.
Super+K does not invoke anything by itself. It's the first step in a chain:
https://github.com/SublimeText/Origami# ... -shortcuts
E.g., to create a pane on the right you would do: Super+K, Super+Right
hvgotcodes wrote:hitting super+k twice causes the current line to be deleted.
hvgotcodes wrote:How would I move the current file to the pane on the right or left?
Return to Plugin Announcements
Users browsing this forum: No registered users and 5 guests