pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
Untitled
5 sec ago
Vassal 40k
13 sec ago
Untitled
12 sec ago
premium accounts 13/02/...
20 sec ago
Untitled
19 sec ago
Untitled
23 sec ago
Untitled
24 sec ago
Untitled
25 sec ago
Layout Width
Share Pastebin
estan
By: a guest | Feb 9th, 2010 | Syntax:
None
| Size: 0.21 KB | Hits: 27 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
This paste has a previous version,
view the difference
.
" my hack to create a 20% 'margin' on both sides of the editing area by opening
" two new windows.
:exec ':lefta :' . string(&columns/5) . 'vnew'
:wincmd l
:exec ':rightb :' . string(&columns/5) . 'vnew'
:wincmd h
create new paste
|
create new version of this paste
RAW Paste Data
" my hack to create a 20% 'margin' on both sides of the editing area by opening " two new windows. :exec ':lefta :' . string(&columns/5) . 'vnew' :wincmd l :exec ':rightb :' . string(&columns/5) . 'vnew' :wincmd h