Skip to content
Advertisement

Tag: vim

vimrc import file

I have a repository of my home config files – http://hg.jackleo.info/home-configs I noticed that my vim configuration is getting bigger and bigger (90% of commits is only related to vim) so I want to trow it to separate repository. The problem is that since i’m using home-config repository at my actual home folder vimrc file is also in same place.

How do I start gvim with a maximized window?

I would like to start gvim, from the command line, into a maximized window – how can I do this? I have no wish to always start in a maximized window (that is, not configure it as default in .vimrc), but rather choose to provide a parameter to the program. That is, running gvim <parameter(s)> should start the program in

I need to debug PHP. What is my best choice?

I’m working on a web site under a Linux environment (Debian). I’m not an expert at Linux but I can handle it, and the website is made using PHP, MySQL, HTML, etc. The thing is, I’m using PHP for the server side. Right now, for testing, I installed Apache on my PC so I can test everything. But, it would

Advertisement