Skip to content

Instantly share code, notes, and snippets.

@froggr
froggr / vim_cheatsheet.md
Last active December 26, 2015 01:59 — forked from joejag/cheats.txt

###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

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name: