Created
March 30, 2017 09:26
-
-
Save prashcr/bee1be1d5829607c2e198dd10064e5cd to your computer and use it in GitHub Desktop.
vim center align
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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