Configurations for Sublime Text

Posted by: Savvas Savvides on

Categories: configuration, sublime-text

Overview

A list of some configuration changes I like to make to Sublime Text.

Preferences > Key Bindings

[
    { "keys": ["ctrl+shift+f"], "command": "show_panel", "args": {"panel": "replace", "reverse": false} },
    { "keys": ["ctrl+g"], "command": "find_next" },
    { "keys": ["ctrl+shift+g"], "command": "find_prev" },
]