LoginSignup
0
2

More than 5 years have passed since last update.

Sublime textの日本語入力対応メモ

Last updated at Posted at 2018-08-30

VS Codeより使い勝手が良さげなSublime textを使っているのだが、日本語入力がデフォルトではできないのは痛い。

日本語入力に対応してみた。

mozcは以前から使用しているので割愛。
まず、emacs mozcをインストール。

sudo apt-get install emacs-mozc

「ツール」→「コマンドパレット」から

add repo
で、「Package Control: Add Repogitory」
スクリーンショット_2018-08-31_06-22-12.png

下にURL入力フォームが出てくるので、以下を登録。

https://github.com/yasuyuky/SublimeMozcInput
スクリーンショット_2018-08-31_06-25-49.png

「ツール」→「コマンドパレット」から「Package Control: Install Package」

install
スクリーンショット_2018-08-31_06-36-25.png

「SublimeMozcInput」を登録。

mozc
スクリーンショット_2018-08-30_22-22-53.png

キーバインドを登録。
「基本設定」→「キーバインド」で、キーマップのユーザー側に以下を追加。「ctrl + space」で日本語入力へ切り替え。

{ "keys": ["ctrl+space"], "command": "toggle_mozc" },
スクリーンショット_2018-08-31_06-31-58.png

わお!
スクリーンショット_2018-08-31_06-33-27.png

ちゃんちゃん!

0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2