[PYTHON] Notes for installing Sublime Text on Ubuntu

sublime_text_icon_2181.png

http://www.sublimetext.com/

Install sublime Text3.

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

to start

With a command

subl

Extend with Package Control.

In my environment, the script installation failed (for some reason an error in urllib2), so I installed it manually.

  1. Click Preferences> Browse Packages… to view the folders

  2. Insert the package downloaded with https://packagecontrol.io/Package%20Control.sublime-package into the folder opened in (1) as it is.

  3. Restart Sublime.

  4. Ctrl + Shift + P will bring up something, so type install and it's OK if there is Install Packeg

Allows you to enter in Japanese.

  1. Install related packages.

sudo apt-get install ibus-mozc

sudo apt-get install emacs-mozc

  1. Type in Add Repository with Ctril + Shift + P to select it, and in the place that appears below

https://github.com/yasuyuky/SublimeMozcInput

To make the URL remember.

  1. Select "Sublime Mozc Input" from install pakeg with Ctril + Shift + P

  2. Try entering Japanese text into the text with Ctril + .

  3. 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"}

  1. Hopefully super happy

Make a Japanese menu.

  1. Press Ctril + Shift + P and select "Japanize" from install pakeg to install.

  2. If you restart, it will be translated into Japanese.

Thanks to our predecessors

http://qiita.com/wakaba260/items/b2a1b40ccabc820917cb http://qiita.com/lunatea/items/53f4adcc6ea3f316e781 http://qiita.com/kanpou_/items/bc739c1215fc222f17c8 https://github.com/yasuyuky/SublimeMozcInput

Fine-tune Sublimit.

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

Notes for installing Sublime Text on Ubuntu
Notes on installing Ubuntu 18.04 on the XPS 15 7590
[Note] Procedures for installing Ubuntu on Windows 10
Notes on installing PycURL
Installing pyenv on ubuntu 16.04
Notes for using TensorFlow on Bash on Ubuntu on Windows
Notes on installing dlib on mac
Notes on installing Python on Mac
Notes on installing pipenv on Mac
Notes on installing Anaconda 3 on Windows
Notes on installing Python on CentOS
Notes on installing Python using PyEnv
[Go] Procedure for installing Go on WSL2
Install confluent-kafka for Python on Ubuntu
Notes for using OpenCV on Windows10 Python 3.8.3.
I stumbled upon installing sentencepiece on ubuntu
Notes for setting up pydicom on macOS
Notes on installing Python3 and using pip on Windows7
Shebang on Ubuntu 20.04
Notes on Flask
Beginning cross-compilation for Raspberry Pi Zero on Ubuntu
Build a Kubernetes environment for development on Ubuntu
Installing TensorFlow on Windows Easy for Python beginners
Procedure for manually installing Java (jdk1.8) on Linux (CentOS7)
Procedure for installing Xenomai on RaspberryPi 3 model B + Part 1
A memo of installing Chainer 1.5 for GPU on Windows
Instructions for installing CUDA 7.5 on Mac (El Capitan) + Homebrew
Notes on writing config files for Python Note: configparser
Install TensorFlow on Ubuntu
Notes on neural networks
Celery notes on Django
Install PySide2 on Ubuntu
Text mining (for memos)
Installing Singularity (Ubuntu 18.04 LTS)
Install JModelica on Ubuntu
Installing pandas on python2.6
Pythonbrew with Sublime Text
build Python on Ubuntu
Install Python 3.3 on Ubuntu 12.04
Install Theano on Ubuntu 12.04
Install angr on Ubuntu 18.04
Notes on using Alembic
Install pip / pip3 on Ubuntu
Notes on SciPy.linalg functions
Proxy environment support for old JDKs not supported on Ubuntu 16.04
Linux beginners create Ubuntu 16.04 environment on Docker (for Mac)-first half-
Precautions and solutions when installing Ubuntu on NVIDIA GeForce PCs
Don't ask for SSH passphrases using keychain on Ubuntu (linux)