I want to know how can I easily click (or maybe use some easy shortcuts) on a function name and find all its callee or open where it has been defined. Most of the web manuals in web are really hard to follow or don’t happen to work out. Say I want to click on allocuvm and see where it
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
How do I get Ctrl-Backspace to delete a word in vim within gnome-terminal?
I’d like Ctrl-Backspace to delete the current word in vim insert mode. From within xterm I can pull this off via but in gnome-terminal I cannot figure out a way to make it happen. When in vim insert mode, if I type control-v and then press backspace, I get ^H in xterm, and ^? in gnome-terminal. Unfortunately, doesn’t do the