randy3k / Terminus

Bring a real terminal to Sublime Text
https://packagecontrol.io/packages/Terminus
MIT License
1.4k stars 81 forks source link

How to make origami work with terminus? #140

Closed netship02 closed 5 years ago

netship02 commented 5 years ago

Pressing ctrl+k and modifier does nothing when i am in terminal view. origami work good if change to new non terminal tab. BTW this is working good in terminal view plugin.

netship02 commented 5 years ago

Fix by uncommenting ctrl+k

"preserve_keys" : [
        "ctrl+k"   // there are a number of shortcuts with "ctrl+k" prefix.
        // "ctrl+p"   // to show Go to Anything
    ],