Sublime Forum

Disable all useless stuff

#1

Is there any way to disable all useless stuff and made sublime insert only character that correspond to button that i have pressed? For example when i press enter i want only ‘\n’ character, when i press ‘(’ or ‘{’ i want only ‘(’ or ‘{’. And also i want backspace to delete character that is on the left of caret and only it(except for unindent). I am tired of wasting my time in search of characters that sublime have deleted thereby have broken compilation of my program.

0 Likes

#2

if you look in the preferences and keybindings, you’d see that you can disable auto_match_enabled and auto_indent by setting them to false in your User preferences
also, I think its unfair to call something useless, just because you don’t like it. Plenty of people do find these features useful

1 Like