Guest
Public paste!

estan

By: a guest | Feb 9th, 2010 | Syntax: None | Size: 0.21 KB | Hits: 34 | Expires: Never
Copy text to clipboard
  1. " my hack to create a 20% 'margin' on both sides of the editing area by opening
  2. " two new windows.
  3. :exec ':lefta :' . string(&columns/5) . 'vnew'
  4. :wincmd l
  5. :exec ':rightb :' . string(&columns/5) . 'vnew'
  6. :wincmd h