# Mac OS X Lion introduced a new, iOS-like context menu when you press and hold a key | |
# that enables you to choose a character from a menu of options. If you are on Lion | |
# try it by pressing and holding down 'e' in any app that uses the default NSTextField | |
# for input. | |
# | |
# It's a nice feature and continues the blending of Mac OS X and iOS features. However, | |
# it's a nightmare to deal with in Sublime Text if you're running Vintage (Vim) mode, | |
# as it means you cannot press and hold h/j/k/l to move through your file. You have | |
# to repeatedly press the keys to navigate. | |
# You can disable this feature for just Sublime Text by issuing the following command | |
# in your terminal (*not* the Sublime Text console): | |
defaults write com.sublimetext.3 ApplePressAndHoldEnabled -bool false | |
# Note: replace com.sublimetext.3 with whichever version of Sublime Text you are running | |
# eg. 'com.sublimetext.2' | |
# Alternately, if you want this feature disabled globally, you can enter this: | |
defaults write -g ApplePressAndHoldEnabled -bool false | |
# In either case you'll need to restart Sublime Text for the change to take place. | |
# Happy coding! |
This comment has been minimized.
This comment has been minimized.
Also, worth noting: you enter this in the OS X terminal, not the sublime terminal (which was my first, incorrect, guess). Thanks for the tip! |
This comment has been minimized.
This comment has been minimized.
THANK YOU!!! |
This comment has been minimized.
This comment has been minimized.
Already had to use this twice. Thank you!!!! |
This comment has been minimized.
This comment has been minimized.
+1 very useful! |
This comment has been minimized.
This comment has been minimized.
Yup this worked perfectly! |
This comment has been minimized.
This comment has been minimized.
Perfect! Thanks! |
This comment has been minimized.
This comment has been minimized.
Thanks! :) |
This comment has been minimized.
This comment has been minimized.
+1 thanks! |
This comment has been minimized.
This comment has been minimized.
Thanks, @kconragan! |
This comment has been minimized.
This comment has been minimized.
+1 awesome, but should be renamed |
This comment has been minimized.
This comment has been minimized.
I love you. Works in ST3 too! (with a minor change)
|
This comment has been minimized.
This comment has been minimized.
Thank you, fantastic. Should note also didn't need to restart the computer, only sublime text. |
This comment has been minimized.
This comment has been minimized.
perfect thx! |
This comment has been minimized.
This comment has been minimized.
cool, thx! |
This comment has been minimized.
This comment has been minimized.
Much Appreciated! |
This comment has been minimized.
This comment has been minimized.
+1. Absolutely Useful. |
This comment has been minimized.
This comment has been minimized.
Thanks! |
This comment has been minimized.
This comment has been minimized.
Thank you. |
This comment has been minimized.
This comment has been minimized.
Thank you! Much appreciated, worked with no problems. |
This comment has been minimized.
This comment has been minimized.
Thanks. |
This comment has been minimized.
This comment has been minimized.
Thank you! :D |
This comment has been minimized.
This comment has been minimized.
Thanks! |
This comment has been minimized.
This comment has been minimized.
Really helpful, thanks! |
This comment has been minimized.
This comment has been minimized.
+1 |
This comment has been minimized.
This comment has been minimized.
Cannot make it work in Mavericks. Any ideas? |
This comment has been minimized.
This comment has been minimized.
This is awesome! Thanks for sharing. |
This comment has been minimized.
This comment has been minimized.
+1 An important detail here is the |
This comment has been minimized.
This comment has been minimized.
Thanks for sharing! This really helps me! |
This comment has been minimized.
This comment has been minimized.
+1 |
This comment has been minimized.
This comment has been minimized.
Kai, you rock! Thanks a lot for solving one problem along the way in my quest to find the perfect editor. Side note: defaults write com.sublimetext.3 ApplePressAndHoldEnabled -bool false didn't work for me after restarting Sublime, but your global command did: defaults write -g ApplePressAndHoldEnabled -bool false |
This comment has been minimized.
This comment has been minimized.
Thank you very much! Appreciate the documentation and options presented. |
This comment has been minimized.
This comment has been minimized.
Solid +1 |
This comment has been minimized.
This comment has been minimized.
Thank you! That save me from so much pain. |
This comment has been minimized.
This comment has been minimized.
Thanks - this was a great helper. |
This comment has been minimized.
This comment has been minimized.
This has been bugging me for some time now, thanx a lot! |
This comment has been minimized.
This comment has been minimized.
:+1 Thanks. Perfect answer. |
This comment has been minimized.
This comment has been minimized.
Any idea how to get this to work on Mavericks? The global flag works ( |
This comment has been minimized.
This comment has been minimized.
Awesome! |
This comment has been minimized.
This comment has been minimized.
Finally!! Thanks! |
This comment has been minimized.
This comment has been minimized.
such fantastic |
This comment has been minimized.
This comment has been minimized.
Thank you. :) Sublime should throw up a warning about this when you activate vintage mode on OSX. |
This comment has been minimized.
This comment has been minimized.
Thank you. |
This comment has been minimized.
This comment has been minimized.
saved me - thanks. |
This comment has been minimized.
This comment has been minimized.
+1 Thanks! |
This comment has been minimized.
This comment has been minimized.
If someone has the same problem on Terminal (e.g. Vim), go with defaults write com.apple.Terminal ApplePressAndHoldEnabled -bool false and restart Terminal. |
This comment has been minimized.
This comment has been minimized.
So cool! Thanks! |
This comment has been minimized.
This comment has been minimized.
With you, guys, I always solve my problems in a couple of minutes. Thanks! |
This comment has been minimized.
This comment has been minimized.
Awesome, many thanks! |
This comment has been minimized.
This comment has been minimized.
Thank you!! |
This comment has been minimized.
This comment has been minimized.
Thanks (y) |
This comment has been minimized.
This comment has been minimized.
|
This comment has been minimized.
This comment has been minimized.
Thanks, saved my day! |
This comment has been minimized.
This comment has been minimized.
|
This comment has been minimized.
This comment has been minimized.
Большое спасибо! |
This comment has been minimized.
This comment has been minimized.
Thank you! |
This comment has been minimized.
This comment has been minimized.
|
This comment has been minimized.
This comment has been minimized.
Thanks! |
This comment has been minimized.
This comment has been minimized.
谢谢! |
This comment has been minimized.
This comment has been minimized.
Thanks! :) |
This comment has been minimized.
This comment has been minimized.
Much appreciated |
This comment has been minimized.
This comment has been minimized.
Valuable tip! |
This comment has been minimized.
This comment has been minimized.
Thanks a lot! It works very well! |
This comment has been minimized.
This comment has been minimized.
Work like a charm! |
This comment has been minimized.
This comment has been minimized.
fantistic! |
This comment has been minimized.
This comment has been minimized.
Thanks! |
This comment has been minimized.
This comment has been minimized.
Thanks |
This comment has been minimized.
This comment has been minimized.
Damn this is perfect |
This comment has been minimized.
This comment has been minimized.
Спасибо! |
This comment has been minimized.
This comment has been minimized.
wow Thanks you~ |
This comment has been minimized.
This comment has been minimized.
This is awesome, thank you. Just turned on vintage mode and was immediately infuriated. You saved me much frustration. |
This comment has been minimized.
This comment has been minimized.
Thank you very much. |
This comment has been minimized.
This comment has been minimized.
My hero. |
This comment has been minimized.
This comment has been minimized.
|
This comment has been minimized.
This comment has been minimized.
thanks x1000! |
This comment has been minimized.
This comment has been minimized.
Thanks ! |
This comment has been minimized.
This comment has been minimized.
Thanks. |
This comment has been minimized.
This comment has been minimized.
SWWWWEEEEEEEEET! Thank you! |
This comment has been minimized.
This comment has been minimized.
Just what I was looking for! Thanks a lot! |
This comment has been minimized.
This comment has been minimized.
Thanks! |
This comment has been minimized.
This comment has been minimized.
Thanks! |
This comment has been minimized.
This comment has been minimized.
Thanks! nice tip :) |
This comment has been minimized.
This comment has been minimized.
Thank you! This is excellent! |
This comment has been minimized.
This comment has been minimized.
You really saved my day |
This comment has been minimized.
This comment has been minimized.
Awesome :) |
This comment has been minimized.
This comment has been minimized.
|
This comment has been minimized.
This comment has been minimized.
Thanks! |
This comment has been minimized.
This comment has been minimized.
Awesome |
This comment has been minimized.
This comment has been minimized.
thx (= |
This comment has been minimized.
This comment has been minimized.
Thank you very much! |
This comment has been minimized.
This comment has been minimized.
Yeah, It works !!! Thank =) |
This comment has been minimized.
This comment has been minimized.
Thank you! |
This comment has been minimized.
This comment has been minimized.
thanks! |
This comment has been minimized.
This comment has been minimized.
it works, thanks |
This comment has been minimized.
This comment has been minimized.
is it possible to enable arrow keys for navigation? I can see that only alphabets can be used to traverse lines. |
This comment has been minimized.
This comment has been minimized.
It works , thx !!! |
This comment has been minimized.
This comment has been minimized.
Thanks a lot! I really appreciate this tip! |
This comment has been minimized.
This comment has been minimized.
this doesn't seem to work anymore,
|
This comment has been minimized.
This comment has been minimized.
In Mac OSX 10.11.4 works perfectly !!! Thank you very much ! |
This comment has been minimized.
This comment has been minimized.
Works on El Capitan too! ;-) You're awesome! |
This comment has been minimized.
This comment has been minimized.
|
This comment has been minimized.
This comment has been minimized.
Awesome. Thank You! |
This comment has been minimized.
This comment has been minimized.
THANK YOU i love you |
This comment has been minimized.
This comment has been minimized.
Thanks! |
This comment has been minimized.
This comment has been minimized.
Awesome!!! |
This comment has been minimized.
This comment has been minimized.
omfg |
This comment has been minimized.
This comment has been minimized.
thanks! |
This comment has been minimized.
This comment has been minimized.
that's really help. thanks a lot! |
This comment has been minimized.
This comment has been minimized.
|
This comment has been minimized.
This comment has been minimized.
Seems to have worked (10.11.5) Side note, does this have to be run each time the computer is restarted? If so, is it safe to add the line to my .bashrc ? Thanks if anyone answers! |
This comment has been minimized.
This comment has been minimized.
In macOS Sierra 10.12.4 works perfectly !!! Thank you very much ! |
This comment has been minimized.
This comment has been minimized.
thanks (y) |
This comment has been minimized.
This comment has been minimized.
Thank you for this! |
This comment has been minimized.
This comment has been minimized.
Yosemite here at work. This is very helpful! Thank you! |
This comment has been minimized.
This comment has been minimized.
Thank you so much, it works. Greatly improved my efficiency (=゚ω゚)ノ. |
This comment has been minimized.
This comment has been minimized.
god like |
This comment has been minimized.
This comment has been minimized.
Still works in Sierra. Thanks! |
This comment has been minimized.
This comment has been minimized.
yup !! it still works & thank you.... |
This comment has been minimized.
This comment has been minimized.
Thank you!!!!! |
This comment has been minimized.
This comment has been minimized.
thanks |
This comment has been minimized.
This comment has been minimized.
thank you |
This comment has been minimized.
This comment has been minimized.
still works! thanks so much |
This comment has been minimized.
This comment has been minimized.
Thank you! Still works |
This comment has been minimized.
This comment has been minimized.
Worked, thanks! |
This comment has been minimized.
This comment has been minimized.
Worked perfectly, cheers. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
!!great |
This comment has been minimized.
This comment has been minimized.
+1 Thank you!It works! |
This comment has been minimized.
This comment has been minimized.
Wow Thanks! Still works :) |
This comment has been minimized.
This comment has been minimized.
Thanks, it worked for me. Btw, I wonder, will .vimrc apply for Vintage in Sublime Text 3? |
This comment has been minimized.
Thanks! I had to restart Sublime to apply changes, but worked perfectly!