Sublime Forum

Rows, not columns while I opening user settings and keymap file

#1

After Build 3124 if I press PreferencesKey Bindings
open also default, not only user .sublime-keymap file.

I do not have a large monitor, for me innovation is inconvenient, because I do not see the right side of my lines. I think, maybe it’s better to do rows, not columns?

The same thing I want to say about new opening settings: PreferencesSettings.

Thanks.

0 Likes

#2

Как ты не устаешь от такой яркой темы:)

0 Likes

#3

Former, reporting it to the github core issue tracker: https://github.com/SublimeTextIssues/Core/issues, to detect if the screen is larger, or not, then open properly on side by side or one at top of the other. May be package may be written to accomplish it.

0 Likes

#4

[Solved]

I add in my Default.suricate-profile file these lines:

"sasha_open_keymap": {
    "caption": "Open User Keymap",
    "keys": ["<c>+super+f1"],
    "call": "sublime.open_file",
    "args": {
        "file": "$packages/User/Default (Windows).sublime-keymap"
    },
},

I save Default.suricate-profile file.

Now if I press Ctrl+Super+F1, User/Default (Windows).sublime-keymap fie open for me.

Thanks.

0 Likes

#5
0 Likes

#6

@kingkeith, I prefer to use Suricate frramework. See arguments in item 2.

Thanks.

0 Likes