Skip to content

Instantly share code, notes, and snippets.

@prashcr
Created March 30, 2017 09:26
Show Gist options
  • Save prashcr/bee1be1d5829607c2e198dd10064e5cd to your computer and use it in GitHub Desktop.
Save prashcr/bee1be1d5829607c2e198dd10064e5cd to your computer and use it in GitHub Desktop.
vim center align
function CenterPane()
lefta vnew
wincmd w
exec 'vertical resize '. string(&columns * 0.75)
endfunction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment