vim

Vim, and

Syntax

:split / :vsplit / Ctrl+w

Parameters

ParametersDescriptionExamplesLevel
:sp file :split :sp utils.js Common
:vsp file :vsplit :vsp test.js Common
Ctrl+w w Ctrl+w w Common
Ctrl+w h/j/k/l /// Ctrl+w l Common
Ctrl+w = and more and more Ctrl+w = Advanced
Ctrl+w q Ctrl+w q Common

Examples

Comparisons

:vsp other.js
Comparisons

:sp
,

Ctrl+w 10+
10

:only

Common Errors

Ctrl+w =, Ctrl+w _

Tips

Related Commands