Sublime Text Key Bindings (Tutorial #9)

Sublime Text Key Bindings (Tutorial #9)

LearnWebCode

9 лет назад

45,188 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Mark Ward
Mark Ward - 11.04.2023 02:16

Thank you for this! Needed it today!

Ответить
Vladimir Fokow
Vladimir Fokow - 29.06.2021 12:00

The console may show not only the command name, but also the arguments to it in curly brackets.
For example: it can show not only "command: reindent" but "command: reindent {"single_line": false}").

If you want to bind the exact behaviour that triggered this output to a shortcut, then you need to add the "args" to your key bindings file. So, in this example it would be:

{
"keys": ["ctrl+shift+i"],
"command": "reindent",
"args": {"single_line": false}
}

Ответить
Gar Gantuan
Gar Gantuan - 03.06.2021 21:33

HOW DO YOU CHANGE AN EXISTING HOTKEY?
HOW DO YOU CHANGE AN EXISTING HOTKEY?
HOW DO YOU CHANGE AN EXISTING HOTKEY?
HOW DO YOU CHANGE AN EXISTING HOTKEY?

Ответить
Cross X
Cross X - 01.12.2019 09:11

good stuff

Ответить
Olivia Rodriguez
Olivia Rodriguez - 19.07.2019 13:23

It's so good! I like your lesson!

Ответить
Manu.
Manu. - 18.01.2019 23:12

i haven't "Keybindings - User".
I only have "Keybindings" and this is not running :l

Ответить
Tor Ivan Boine
Tor Ivan Boine - 28.12.2018 23:41

cool. But what to do if nothing happens?

Ответить
Alex Zubkov
Alex Zubkov - 02.12.2018 01:49

HOROSHO

Ответить
Matt
Matt - 24.09.2018 16:32

That was very useful. Thank you!

Ответить
Gilbert Bigelow
Gilbert Bigelow - 17.05.2018 16:05

Very clear tutorials! However missed collisions within key bindings. Sure the answer is easy enough as a find command/ or just viewing the default key-bindings file. Remember, user settings take preference over default setting; so, it would seem that writing a duplicate key binding would just over write the default key binding. I am guessing all this as per my experience and have not checked this scenario out. No time now as I have to go. More than likely I will never be back with verifiable info. Regards!

Ответить
B Dima
B Dima - 08.11.2017 12:59

Thanks !

Ответить
钱祥星
钱祥星 - 20.05.2017 10:58

Great, man!

Ответить
Alexander Leibig
Alexander Leibig - 14.01.2017 13:58

Great Tutorial !
I had problems to find the exact name of command.
I think I looking for more tutorials you made ;)

Ответить
Alexander Shekhtman
Alexander Shekhtman - 18.01.2016 01:08

the first short cut to the command doesnt show up in the menu structure along with the full name of the command;
but the second one does. why?

Ответить
5webcadiz Diseñador & Programador Web
5webcadiz Diseñador & Programador Web - 01.06.2015 00:45

thanks a lot for all your videos is perfect, I have a question i try to bild a key binidng user for comment in  php, can you tell me please how can i do it?. thank you very much

Ответить
EMCSoftwareSolution1
EMCSoftwareSolution1 - 21.12.2014 23:05

Use Visual Studio - it works much better

Ответить
Jon Krieger
Jon Krieger - 07.12.2014 14:46

Dang this is helpful

Ответить