M
M
Mikhail Pautov2015-01-08 09:13:35
Sublime Text
Mikhail Pautov, 2015-01-08 09:13:35

How to remove the function when pressing f9 in sublime text 2?

How to remove the function in sublime text 2 when pressing f9 ?
How to remove the function in sublime text 2 when pressing f9 ?
How to remove the function in sublime text 2 when pressing f9 ?
How to remove the function in sublime text 2 when pressing f9 ?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Y
ycexa, 2015-01-09
@ycexa

Go to Preferences -> Key Bindings - User
And add there:
If there were no other rules, then in the end it will be like this:

[
    { "keys": ["f9"], "command": "unbound" }
]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question