101 reputation
1
bio website github.com/dbakker
location Amsterdam, The Netherlands
age 25
visits member for 4 months
seen 2 hours ago
stats profile views 1

Mar
6
comment Vim default location of .vimrc
For Windows you can use echo source ~/.vim/.vimrc > .vimrc instead, which works better than the actual symlink variant Windows uses.
Mar
3
comment How can I open gVim in full screen mode in GNOME?
You could also write this instead of ToggleFullscreen: map <silent> <F11> :call system("wmctrl -ir " . v:windowid . " -b toggle,fullscreen")<CR>
Jan
16
awarded  Informed