Skip to content

Latest commit

 

History

History
83 lines (64 loc) · 1.53 KB

webstrom编辑器快捷键.md

File metadata and controls

83 lines (64 loc) · 1.53 KB

mac快捷键 command + option + c // 快速开启浏览器控制台 option + command + j // 快速开启或关闭浏览器控制台 控制台按下esc可调整动画时间 command + z 撤销 command + shift + z 反撤销 sublime/网页 command + '+' 能放大缩小

webstrom快捷键

一个id为app的div

div#app => <div id="app"></div>

一个 class 为 width 的div

<div class="width"></div>

item.log => console.log(item);

oh my zsl alias 配置

➜ ~ vi .zshrc ➜ ~ source .zshrc ga . gc gp

alias ga="git add" alias gc="git commit" alias gp="git push" alias gco="git checkout"

➜ ~ where ga ga: aliased to git add

jsbin 快捷键 command + shift w => width; h => height bg => background; d:ib => display: inline-block; ta:j => text-align: justify text-align: [əˈlaɪn] 不是align br: 10px; border-right: 10px; po:a => position: absolute;

l0 left: 0; r0 right: 0; t0 top: 0; b0 bottom: 0;

html =>

div[id=item$]{选项$}* 6

选项1
选项2
选项3
选项4
选项5
选项6

ul>li[id=item$]{选项$} * 6

  • 选项1
  • 选项2
  • 选项3
  • 选项4
  • 选项5
  • 选项6

button#p${第$张} * 3 第1张 第2张 第3张