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
.img-circle, | |
.img-rounded, | |
.img-thumbnail, | |
.table-bordered, | |
select,textarea,input,code,pre,kbd,pre, | |
.input-group-addon, | |
.btn, | |
.dropdown-menu, | |
.form-control, | |
.panel, |
###Vim Cheat Sheet
MOVEMENT
- Basic movement: h j k l (left, down,up, right)
- Word movement: w b (next, back) W B (ignore punct)
- Number powered movement: 3w
- Start of line: 0, end $
- Start doc: gg, end: G, line: 6G
- Next page: CTRL+f, Back page: CTRL+b, 1/2 versions: CTRL+d, CTRL+u
As configured in my dotfiles.
start new:
tmux
start new with session name:
NewerOlder