#256 colors in putty, tmux/screen and vim There is a detailed answer on stackoverflow. If you are looking for a short one, here it is.
-
putty
Set
Connection -> Data -> Terminal-type stringtoxterm-256color -
tmux
Add this line to ~/.tmux.conf
#256 colors in putty, tmux/screen and vim There is a detailed answer on stackoverflow. If you are looking for a short one, here it is.
putty
Set Connection -> Data -> Terminal-type string to xterm-256color
tmux
Add this line to ~/.tmux.conf
| <?php | |
| /** | |
| * 3-letter IATA City Code to CityName conversion | |
| * | |
| * Usage: | |
| * | |
| * $city_name = City::code("LON"); | |
| * // "London" | |
| * |
| { | |
| /* | |
| * UI関係 | |
| */ | |
| // カラー&スキーマ | |
| "color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme", // カラー | |
| "theme": "Soda Dark.sublime-theme", // スキーマ | |
| // カーソルのスタイル ("smooth", "phase", "blink", "wide", "solid") | |
| "caret_style": "smooth", |
| モチベーション | |
| --------------- | |
| Androidのエミュレータは中でQEMUを使ってる | |
| 中で使われているので、Android開発とは直接関係がないけど、 | |
| 素のQEMUの使い方を知る。 | |
| * QEMUの使い方を覚える | |
| * Linuxをエミュレータ環境で動かしてみる | |
| * ARM のクロス環境に慣れてみる |