Skip to content

Instantly share code, notes, and snippets.

View tunacook's full-sized avatar
♨️
いつも はらぺこ

tunacook tunacook

♨️
いつも はらぺこ
View GitHub Profile
@yashihei
yashihei / gist:4223b66af2ee09bf76b99e1ddfb2f86e
Last active October 31, 2022 10:53
Rider入れてからやったこと

.gitignore

Unityの場合、以下の設定を.gitignoreに追加。

/.idea/

ideavim

Settings内の「Vim Emulation」でキー入力をVimで取るか、IDEで取るか選択出来る。

@bells17
bells17 / my_sublime_text_2_preferences.json
Last active August 25, 2016 05:09
個人用に作成したSublime Text 2 の設定ファイルです。
{
/*
* UI関係
*/
// カラー&スキーマ
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme", // カラー
"theme": "Soda Dark.sublime-theme", // スキーマ
// カーソルのスタイル ("smooth", "phase", "blink", "wide", "solid")
"caret_style": "smooth",