There are default popups… I rebound a lot of keys to match N++ as a lot of their keys were intuitive and I rebound a few for Sublime Text to the Function keys…
F1 through F12… I hate how sublime text now overwrites the User keybind file deleting all comments and making it ugly…
{
"keys": ["f1"],
"command": "show_overlay", "args": {"overlay": "goto", "show_files": true}
},
{
"keys": ["f10"],
"command": "prompt_select_workspace"
},
{
"keys": ["f11"],
"command": "show_overlay", "args": {"overlay": "command_palette", "text": " "}
},
{
"keys": ["f12"],
"command": "show_overlay", "args": {"overlay": "command_palette", "text": "Package Control: "}
},
{
"keys": ["f13"],
"command": "build"
},
{
"keys": ["f14"],
"command": "paste"
},
{
"keys": ["f15"],
"command": "show_panel", "args": {"toggle": true, "panel": "console"}
},
{
"keys": ["f17"],
"command": "show_panel", "args": {"toggle": true, "panel": "console"}
},
{
"keys": ["f18"],
"command": "show_panel", "args": {"toggle": true, "panel": "console"}
},
{
"keys": ["f19"],
"command": "show_panel", "args": {"toggle": true, "panel": "console"}
},
{
"keys": ["f2"],
"command": "find_under"
},
{
"keys": ["f20"],
"command": "show_panel", "args": {"toggle": true, "panel": "console"}
},
{
"keys": ["f21"],
"command": "show_overlay", "args": {"overlay": "command_palette", "text": "Package Control: Install Package"}
},
{
"keys": ["f21"],
"command": "show_panel", "args": {"toggle": true, "panel": "console"}
},
{
"keys": ["f22"],
"command": "show_overlay", "args": {"overlay": "command_palette", "text": "Package Control: Enable Package"}
},
{
"keys": ["f22"],
"command": "show_panel", "args": {"toggle": true, "panel": "console"}
},
{
"keys": ["f23"],
"command": "show_overlay", "args": {"overlay": "command_palette", "text": "Package Control: Disable Package"}
},
{
"keys": ["f23"],
"command": "show_panel", "args": {"toggle": true, "panel": "console"}
},
{
"keys": ["f24"],
"command": "show_overlay", "args": {"overlay": "command_palette", "text": "Package Control: Uninstall Package"}
},
{
"keys": ["f24"],
"command": "show_panel", "args": {"toggle": true, "panel": "console"}
},
{
"keys": ["f3"],
"command": "find_next"
},
{
"keys": ["f4"],
"command": "goto_symbol_in_project"
},
{
"keys": ["f5"],
"command": "show_overlay", "args": {"overlay": "goto", "text": "#"}
},
{
"keys": ["f6"],
"command": "show_overlay", "args": {"overlay": "goto", "text": ":"}
},
{
"keys": ["f7"],
"command": "quick_goto_function"
},
{
"keys": ["f8"],
"command": "quick_goto_variable"
},
{
"keys": ["f9"],
"command": "show_overlay", "args": {"overlay": "command_palette", "text": "Snippet: "}
},
and it resorts…
You’ll want… the F1 key.
Note: F21 through F24 are not bindable in Sublime Text as of 3176… The other F keys are.