http://www.sublimetext.com/
As the development of Python has increased, I thought that it was time to graduate from writing in Tab, so I searched for an editor and came across sublime, so I summarized it.
Maybe it's an editor I'll be working with for a long time, so I'll leave a note. It's dangerous when you get used to it
sudo add-apt-repository ppa:webupd8team/sublime-text-3 sudo apt-get update sudo apt-get install sublime-text-installer
With a command
subl
In my environment, the script installation failed (for some reason an error in urllib2), so I installed it manually.
Click Preferences> Browse Packages… to view the folders
Insert the package downloaded with https://packagecontrol.io/Package%20Control.sublime-package into the folder opened in (1) as it is.
Restart Sublime.
Ctrl + Shift + P will bring up something, so type install and it's OK if there is Install Packeg
sudo apt-get install ibus-mozc
sudo apt-get install emacs-mozc
https://github.com/yasuyuky/SublimeMozcInput
To make the URL remember.
Select "Sublime Mozc Input" from install pakeg with Ctril + Shift + P
Try entering Japanese text into the text with Ctril + .
I'm a Ctril + space sect, so edit the key shortcuts.
Click Preferences> Key Binding-User and click Add {"keys": ["ctrl + space"], "command": "toggle_mozc"}
Press Ctril + Shift + P and select "Japanize" from install pakeg to install.
If you restart, it will be translated into Japanese.
http://qiita.com/wakaba260/items/b2a1b40ccabc820917cb http://qiita.com/lunatea/items/53f4adcc6ea3f316e781 http://qiita.com/kanpou_/items/bc739c1215fc222f17c8 https://github.com/yasuyuky/SublimeMozcInput
http://qiita.com/lunatea/items/7101572e159f98369bc9
It's dangerous to be able to change the editor settings with JSON. Since the theme could be set separately on the text side and the menu side, the text is in black color and the menu is in white color, which is the best. I mean, it's a lot of learning how to make this GUI. In fact, Sublime seems to be a paid editor, and is it a fund-raising site often? I fly to, but I don't feel like paying for this. I made it well ... w
Recommended Posts