Hope is a Dream. Dream is a Hope.

非公開ブログは再開しました。

sublime text 3 秘密のショートカット 

キー入力中に

手を離して

十字のところにてをやって

右に移動するのめんどくさくないですか?

sublime text `Key Bindings - User'に以下のコードを書き込むと

[
    { "keys": ["shift+space"], "command": "move", "args": {"by": "characters", "forward": true} }
]

shift + Spaceを押せば、カーソルが右に一つ移動します。

vimの設定にしておけばいいのですが、

行きたいのは右方向が多いので。

sublimeでは""これが自動ででてくるので

さいごに右に移動するのがめんどくさいんですよね。

"keys(ここに居るとき)"

このショートカットのおかげでストレスが少し減りました。

それでは。

sublime Text snippet - Hope is a Dream. Dream is a Hope.

Sublime Text 3 markdownPreview 設定(現状) - Hope is a Dream. Dream is a Hope.

sublime Text 3 HTMLブラウザプレビュープラグインの追加 - Hope is a Dream. Dream is a Hope.

sublime Text 3 Markdown PreviewのデフォルトCSSの変更方法 - Hope is a Dream. Dream is a Hope.

sublime text 3 プラグイン ColorPickerのインストール方法 - Hope is a Dream. Dream is a Hope.