Friday, December 25, 2015

custom vim setup for C language

Hi. I am a new VIM user, so please, forgive me if this has been already asked.

I need the following custom IDE setup in vim to edit GNU .c files under Linux, so I would appreciate any pointers on how to configure it, or point me to one if it is there any like this available already:

4 windows on the screen

[ w1 ][ w2 ]
------------------
[ ][ ]
[ w3 ][ w4 ]
[ ][ ]

w1 (window1) has to contain the last 10 files opened, the mostly frequent edited file on the top

w2 (window2) has to contain the list of global variables of file currently selected on w1

w3 (window3) has to contain all the functions contained in the file currently selected on window 1

w4 (window4) has to contain the source of the .c file currently selected on w1

click on the global variable on w2 should position the cursor on that variable

click on the function on w3 should position the cursor on the definition of that function

Alt-1,Alt-2,Alt-N to select a file on window1

Thank you very much in advance.

Nulik

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: