projects
/
dotfiles
/
vim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f412a78
)
Set default GUI window size and position
author
Julien Valroff
<julien@kirya.net>
Mon, 23 May 2011 12:41:16 +0000
(14:41 +0200)
committer
Julien Valroff
<julien@kirya.net>
Mon, 23 May 2011 12:41:16 +0000
(14:41 +0200)
.vimrc
patch
|
blob
|
history
diff --git
a/.vimrc
b/.vimrc
index
013d468
..
897d51b
100644
(file)
--- a/
.vimrc
+++ b/
.vimrc
@@
-38,5
+38,8
@@
nnoremap <f8> :setl noai nocin nosi inde=<CR>
nnoremap <f9> :setl ai cin si<CR>
if has('gui_running')
- set guifont=Monospace\ 9
+ set guifont=Monospace\ 9
+ :winpos 20 20
+ :set lines=40
+ :set columns=160
endif