sublimetext2 - How to split window at sublime2 at the vintage mode on Mac -


I want to split the window into a successful text editor.

  {"keys": ["sp"], # How do I know how to call the partition window command please help! "Command": "split_window_horizontaly", "context": [{"key": "setting.command_mode", "operand": false}, {"key": "setting.is_widget", "operand": false}]} ,   

Do you have any ideas? thank you in advanced.

Then there is a list of key keys, so for the above key combinations, you ["s" , "P"] like something. To manually make the partition, you need to call the set_layout command with the appropriate code. You can see the command while opening the console and entering sublime.log_commands (True) while using the menu.

With this being said, doing so may cause you more trouble than you do. Take a look at the plugin and the plugin Origami plugin makes some better panel management commands, creating the Vintage-Orami plugin, which can be used in vintage mode. If you do not like those bindings, then you can use it as a guide for binding.

Hope that helps.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -