ctrl+b |
プレフィックス | ||
基本 | session | ||
? |
キー一覧 | s |
一覧選択 |
: |
コマンド | d |
デタッチ |
& |
名前変更 | ||
window | pane | ||
c |
新規作成 | % |
左右分割 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"basics": { | |
"name": "kou kai", | |
"label": "Engineer", | |
"picture": "https://avatars1.githubusercontent.com/u/41495183?s=460&v=4", | |
"email": "[email protected]", | |
"phone": "", | |
"website": "https://qiita.com/kai_kou", | |
"summary": "2004年からWeb系のシステムエンジニアとして開発、運用、マネジメントを経験。現在はアイレット(クラウドパック)に所属。", | |
"location": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<body> | |
<div id="app"> | |
<custom-component | |
:msg='msg' | |
v-on:hello-hoge="msg = 'OK!!!'" | |
v-on:helloHoge="msg = 'OK???'" | |
/> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="ja"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Qiitaのrendered_bodyをつかってみた</title> | |
<style> | |
.item { | |
padding: 16px; | |
max-width: 1200px; |