Skip to content

Instantly share code, notes, and snippets.

@paulcarey
Last active August 29, 2015 14:16
Show Gist options
  • Save paulcarey/03399c7e56d26fa30781 to your computer and use it in GitHub Desktop.
Save paulcarey/03399c7e56d26fa30781 to your computer and use it in GitHub Desktop.
The madness of Vim

Vim

Horizontal Split

Vanilla:

sp, ^W s, ^W S, ^W ^S

NerdTree:

i
gi (silent)

Ack:

  h
  H (silent)

CtrlP:

^s, ^CR, ^x

Vertical Split

Vanilla:

:vs, ^W ^V, ^W v

NerdTree:

s
gv (silent)

Ack:

v
gv (silent)

CtrlP:

^v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment